diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-20 14:07:28 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-20 14:07:28 +0100 |
| commit | 6ff94da9effba7b4ae55ff20ae8a4f0243586ebe (patch) | |
| tree | 6e17a25a673c516f09863822e4c30fd6c288bce4 /static | |
| parent | add more links (diff) | |
| download | lumberjaph-6ff94da9effba7b4ae55ff20ae8a4f0243586ebe.tar.gz | |
css;about page
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/screen.css | 11 |
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; +} |
