summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/css/screen.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index 2c49935..3670d0a 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -37,6 +37,13 @@ a {
text-decoration: none;
}
+.img_center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526;
+};
+
a:hover {
color: black;
text-decoration: none;
@@ -228,4 +235,3 @@ ul.posts span {
.talk {
padding-top: 1em;
};
-