X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;fp=style.less;h=52e4c8b357044710609cfac50e5e5a2288254ad9;hb=a9d7f4f27d60bc9c770758dc6333d72930c748f1;hp=ec55b520a3b99489ba8bc67b35016c1a719411dd;hpb=2fa5c8c3885a0bcdd69fc91365a0b3d6cbb5d1cf;p=wfpl-cms.git diff --git a/style.less b/style.less index ec55b52..52e4c8b 100644 --- a/style.less +++ b/style.less @@ -79,6 +79,13 @@ footer { height: 1px; } } + +#admin_links { + background: #fdd; + padding: 3px; + margin-bottom: 15px; +} + .caption { margin-top: 15px; font-weight: bold; @@ -107,29 +114,7 @@ div.error { background: #fdd; } -/* hack so that vertical margins are only between siblings for the most part */ -td > :first-child, -th > :first-child, -legend + *, -article > :first-child, -section > :first-child, -nav > :first-child, -div > :first-child, -.first { - margin-top: 0px; -} -td > :last-child, -th > :last-child, -fieldset > :last-child, -article > :last-child, -section > :last-child, -nav > :last-child, -div > :last-child, -.last { - margin-bottom: 0px; -} - -/************ FLOATING IMAGES (from CMS) **************/ +// floating images (from pastable example code on admin_images) span.wfpl_ifl { display: block; float: left; @@ -155,3 +140,25 @@ div.wfpl_ic { background-repeat: no-repeat; background-position: center top; } + +// hack so that vertical margins are only between siblings for the most part +td > :first-child, +th > :first-child, +legend + *, +article > :first-child, +section > :first-child, +nav > :first-child, +div > :first-child, +.first { + margin-top: 0px; +} +td > :last-child, +th > :last-child, +fieldset > :last-child, +article > :last-child, +section > :last-child, +nav > :last-child, +div > :last-child, +.last { + margin-bottom: 0px; +}