diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/css/theme.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index d7983bef..19930c0f 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -97,11 +97,19 @@ a { color: #333; } -footer { - text-align: right; +footer .lfooter { + float: left; +} + +footer .lfooter .updated:before { + content: "Last updated: " +} + +footer .rfooter { + float: right; } -footer .cc-icon { +footer .rfooter .cc-icon { width: 16px; height: 16px; padding: 0 4px; @@ -114,7 +122,7 @@ footer .cc-icon { font-size: 0; } -footer .feed-icon { +footer .rfooter .feed-icon { width: 16px; height: 16px; display: inline-block; |