diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-12 12:29:38 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-12 12:29:38 +0100 |
commit | c6776cab4ceb6109e0bffda9e98bc3fddfb47b27 (patch) | |
tree | 5581925fcd005881557b5b9aea9ca58b7d46bd44 /web/css | |
parent | 2951ecb56dcdd7609a45248870b62bbc8edecc45 (diff) | |
parent | 246059586174569ffe749c05b335043548a0c523 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/css/core.scss b/web/css/core.scss index 72e483dfa..c7fac1717 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -431,6 +431,16 @@ $map_width: 500px; font-size: smaller; } + .update-img { + text-align: center; + } + .update-img span { + display: none; + } + #updates .update-img { + text-align: left; + } + // RSS feed XSL #rss_items { |