diff options
author | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-07-20 00:09:00 +0200 |
---|---|---|
committer | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-07-20 00:09:00 +0200 |
commit | a4ea2832a8a48ed63f38cf458b877d67d2c953da (patch) | |
tree | 784570602596a62f54fca634e33a348aa79a97cb /sneakyidea/static/css/main.css | |
parent | da90d1995ac6376317cd0954f6e0d71356d902ed (diff) | |
download | pelican-themes-a4ea2832a8a48ed63f38cf458b877d67d2c953da.tar.gz |
[SNEAKYIDEA] Add author.html template. Add Google +1 button support.
Diffstat (limited to 'sneakyidea/static/css/main.css')
-rw-r--r-- | sneakyidea/static/css/main.css | 5 |
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;} |