projects
/
don.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
* use agimg type for images
[don.git]
/
local.css
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.agimg {
float: left;
clear: left;
}
-#pagebody #content p:nth-of-type(even) img {
+p:nth-of-type(even) img.agimg {
float: right;
clear: right;
}