summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/main.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 8a36e99..3293034 100755
--- a/css/main.css
+++ b/css/main.css
@@ -22,3 +22,16 @@
.messages.success {
background: lightgreen;
}
+
+#disqus_thread{
+ position: relative;
+}
+#disqus_thread:after{
+ content: "";
+ display: block;
+ height: 205px;
+ width: 100%;
+ position: absolute;
+ bottom: 0px;
+ background:#f8f8f8;
+}