summaryrefslogtreecommitdiff
path: root/static/css/screen.css
diff options
context:
space:
mode:
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;
+}