diff options
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; } |