From 6ff94da9effba7b4ae55ff20ae8a4f0243586ebe Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 20 Feb 2011 14:07:28 +0100 Subject: css;about page --- static/css/screen.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static') 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; +} -- cgit v1.2.3