X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=local.css;h=3a1384fe0e43d4738e8d57fb4316c240674ced76;hp=70890d5a3d526bb4669cda12e6dd75d0e5e86510;hb=86fb76fadbf9ac76efdc43230d3b2a3c4b7876e4;hpb=6d8b0081b88f6e7a564d9328bc9de4b9b4527d68 diff --git a/local.css b/local.css index 70890d5..3a1384f 100644 --- a/local.css +++ b/local.css @@ -1,3 +1,4 @@ +/* -*- mode: css -*- */ /* ikiwiki style sheet */ /* Note that instead of modifying this style sheet, you can instead edit @@ -12,6 +13,20 @@ nav { display: block; } +#pagebody #content img { + margin: 0.4em; + } + +#pagebody #content p:nth-of-type(odd) img { + float: left; + clear: left; +} + +#pagebody #content p:nth-of-type(even) img { + float: right; + clear: right; +} + .header { margin: 0; font-size: 140%; @@ -547,6 +562,8 @@ body { border-color: #999; border-style: none none solid none; border-width: 1px; + background-image: url('/images/da_background.jpg'); + background-repeat: no-repeat; } .pageheader .header {