projects
/
don.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
* add float left/right
[don.git]
/
local.css
diff --git
a/local.css
b/local.css
index
83f2ce5
..
8ccd5d7
100644
(file)
--- a/
local.css
+++ b/
local.css
@@
-13,6
+13,14
@@
nav {
display: block;
}
+#pagebody #content img:nth-of-type(odd) {
+ float: left;
+}
+
+#pagebody #content img:nth-of-type(even) {
+ float: right;
+}
+
.header {
margin: 0;
font-size: 140%;