aboutsummaryrefslogtreecommitdiffstats
path: root/sneakyidea/static
diff options
context:
space:
mode:
authorArnaud Bos <arnaud.tlse@gmail.com>2011-07-20 00:09:00 +0200
committerArnaud Bos <arnaud.tlse@gmail.com>2011-07-20 00:09:00 +0200
commita4ea2832a8a48ed63f38cf458b877d67d2c953da (patch)
tree784570602596a62f54fca634e33a348aa79a97cb /sneakyidea/static
parentda90d1995ac6376317cd0954f6e0d71356d902ed (diff)
downloadpelican-themes-a4ea2832a8a48ed63f38cf458b877d67d2c953da.zip
pelican-themes-a4ea2832a8a48ed63f38cf458b877d67d2c953da.tar.gz
pelican-themes-a4ea2832a8a48ed63f38cf458b877d67d2c953da.tar.bz2
[SNEAKYIDEA] Add author.html template. Add Google +1 button support.
Diffstat (limited to 'sneakyidea/static')
-rw-r--r--sneakyidea/static/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/sneakyidea/static/css/main.css b/sneakyidea/static/css/main.css
index 462d646..10f4229 100644
--- a/sneakyidea/static/css/main.css
+++ b/sneakyidea/static/css/main.css
@@ -137,6 +137,11 @@ aside, nav, article, figure {
display: block;
}
+/* Google +1 button positionning bug workaround */
+iframe {
+ position:static !important;
+}
+
/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 800px;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}