summaryrefslogtreecommitdiff
path: root/static/css/screen.css
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-20 14:07:28 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-20 14:07:28 +0100
commit6ff94da9effba7b4ae55ff20ae8a4f0243586ebe (patch)
tree6e17a25a673c516f09863822e4c30fd6c288bce4 /static/css/screen.css
parentadd more links (diff)
downloadlumberjaph-6ff94da9effba7b4ae55ff20ae8a4f0243586ebe.tar.gz
css;about page
Diffstat (limited to 'static/css/screen.css')
-rw-r--r--static/css/screen.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index 8c5dae8..6b92064 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -233,3 +233,14 @@ ul.posts span {
.talk {
padding-top: 1em;
};
+
+.avatar {
+ float: right;
+ -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526;
+}
+
+.floatright {
+ float: right;
+ margin-left: 10px;
+ -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526;
+}