diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-08 23:31:32 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:47:37 +0200 |
commit | 35b45a559472a660dc08a3bc518161e7ab400175 (patch) | |
tree | 0a20dba59f2cb671b344eb5194835c0dec0f8aaa /data/default.css | |
parent | 3f01ddce9dff69a49493541882de85854cbcebe5 (diff) |
more user changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/default.css')
-rw-r--r-- | data/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/default.css b/data/default.css index e807456f8..4774a6a29 100644 --- a/data/default.css +++ b/data/default.css @@ -39,6 +39,11 @@ body { border-bottom: 3px double gray; } +.top .right { + float: right; + padding-right: 10px; +} + .top a { color: lightblue; } |