aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/images/rss.pngbin14005 -> 6171 bytes
-rw-r--r--public/images/twitter.pngbin3276 -> 1486 bytes
-rw-r--r--public/stylesheets/main.css29
3 files changed, 14 insertions, 15 deletions
diff --git a/public/images/rss.png b/public/images/rss.png
index 66ab927e4..a88ac93f5 100644
--- a/public/images/rss.png
+++ b/public/images/rss.png
Binary files differ
diff --git a/public/images/twitter.png b/public/images/twitter.png
index e3fa814a1..6589824af 100644
--- a/public/images/twitter.png
+++ b/public/images/twitter.png
Binary files differ
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