projects
/
hamn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f28b73a
)
Add workaround for s9y blogs with author pics (hello Ads)
author
Magnus Hagander
<magnus@hagander.net>
Sat, 18 Oct 2008 08:34:08 +0000
(08:34 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Sat, 18 Oct 2008 08:34:08 +0000
(08:34 +0000)
www/css/planet.css
patch
|
blob
|
blame
|
history
diff --git
a/www/css/planet.css
b/www/css/planet.css
index 7dc7abd625b391e000a1da093c9f12f938dd86c7..19dc089614b9cdb100a6459e962120eca07442f4 100644
(file)
--- a/
www/css/planet.css
+++ b/
www/css/planet.css
@@
-130,3
+130,10
@@
a:visited { color:#004E66; text-decoration: underline; }
a:active { color:#0085B0; text-decoration: underline; }
a:hover { color:#000000; text-decoration: underline; }
+/* blog-specific hackery */
+div.serendipity_authorpic {
+ display: block;
+ float: right;
+ margin: 5px;
+}
+}