From f56cd88db4306134ff1a4758bfe48c594e0adf60 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Jan 2014 21:43:56 +0000 Subject: Update skins for changing dl/dt/dd to .item/.left/.right For now, leaving the dl/dt/dd, although they can be removed in the future --- wik/wik.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'wik') diff --git a/wik/wik.css b/wik/wik.css index 41cf872..8080c93 100644 --- a/wik/wik.css +++ b/wik/wik.css @@ -286,7 +286,8 @@ body { font-size: 17px; } -#content dl { +#content dl, +#content .item { margin: 0px; padding: 0px; margin-bottom: 10px; @@ -296,7 +297,8 @@ body { clear: right; } -#content dt { +#content dt, +#content .item .left { min-height: 8px; width: 220px; font-size: 12px; @@ -309,7 +311,8 @@ body { padding-bottom: 5px; } -#content dd { +#content dd, +#content .item .right { margin-top: -17px; font-size: 12px; margin-left: 230px; -- cgit v1.2.3