summaryrefslogtreecommitdiffstats
path: root/tozt/stylesheets
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-30 00:31:49 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-30 00:31:49 -0400
commitb690dee0595a303fa589d46a214051012df29e76 (patch)
treef65591e1a9c09f5424a8561871965c5ecf617072 /tozt/stylesheets
parentbb0a4f4e126c05fc73d566986fd1612468f5be67 (diff)
downloadblog.tozt.net-b690dee0595a303fa589d46a214051012df29e76.tar.gz
blog.tozt.net-b690dee0595a303fa589d46a214051012df29e76.zip
tweak the disqus stuff a bit
Diffstat (limited to 'tozt/stylesheets')
-rw-r--r--tozt/stylesheets/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/tozt/stylesheets/style.css b/tozt/stylesheets/style.css
index 25c6915..6e2cfe4 100644
--- a/tozt/stylesheets/style.css
+++ b/tozt/stylesheets/style.css
@@ -315,3 +315,9 @@ h3 a:visited {
.pagination li.active a:visited {
text-decoration : none;
}
+
+.disqus {
+ background-color : #58a;
+ padding : 8px;
+ border : 1px solid black;
+}