projects
/
don.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d43b0f
)
* use agimg type for images
author
Don Armstrong
<don@donarmstrong.com>
Thu, 2 Feb 2012 20:18:30 +0000
(12:18 -0800)
committer
Don Armstrong
<don@donarmstrong.com>
Thu, 2 Feb 2012 20:18:30 +0000
(12:18 -0800)
local.css
patch
|
blob
|
history
diff --git
a/local.css
b/local.css
index
e9029ea
..
35e1635
100644
(file)
--- a/
local.css
+++ b/
local.css
@@
-17,12
+17,12
@@
nav {
margin: 0.4em;
}
-
#pagebody #content p:nth-of-type(odd)
img {
+
p:nth-of-type(odd) img.ag
img {
float: left;
clear: left;
}
-
#pagebody #content p:nth-of-type(even)
img {
+
p:nth-of-type(even) img.ag
img {
float: right;
clear: right;
}