diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/images/rss.png | bin | 14005 -> 6171 bytes | |||
-rw-r--r-- | public/images/twitter.png | bin | 3276 -> 1486 bytes | |||
-rw-r--r-- | public/stylesheets/main.css | 29 |
3 files changed, 14 insertions, 15 deletions
diff --git a/public/images/rss.png b/public/images/rss.png Binary files differindex 66ab927e4..a88ac93f5 100644 --- a/public/images/rss.png +++ b/public/images/rss.png diff --git a/public/images/twitter.png b/public/images/twitter.png Binary files differindex e3fa814a1..6589824af 100644 --- a/public/images/twitter.png +++ b/public/images/twitter.png diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index c17d95bc0..8dfecd586 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -119,7 +119,7 @@ body position: absolute; width: 100%; left: 0px; - top: 0px; + top: 0; z-index: 150; text-align: right; font-size: 0.8em; @@ -404,7 +404,7 @@ dd { margin: 0.6em 0 2em 4em; width: 33em; } /*-----------------------------blog----------------*/ -div#blog_sidebar +div#twitter { float: right; clear: none; @@ -412,24 +412,11 @@ div#blog_sidebar background-color: #EAEAEA; padding: 0.5em; margin: 0 0 1em 1em; - - border-color: #AEAEAE; - border-width: 1px; - border-style: solid; -} -div#blog_sidebar h1 -{ -} -div#blog_sidebar img -{ - vertical-align: middle; } .blog_post { margin-bottom: 2em; } -.twitter_post { -} /*-----------------------------list sidebars----------------*/ #list_sidebar @@ -1239,4 +1226,16 @@ div.user_about_me font-style: italic; } +div.lang { + position: absolute; + text-align: right; + font-size: 0.8em; + top: 45px; + right: 0px; + padding-right: 5px; + z-index: 200; +} +div#user_locale_switcher { + margin: 5px; +}
\ No newline at end of file |