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 --- alps/alps.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'alps') diff --git a/alps/alps.css b/alps/alps.css index 3c5cfa6..1505662 100644 --- a/alps/alps.css +++ b/alps/alps.css @@ -293,12 +293,14 @@ border-bottom:3px solid #cacaca; padding-left: 200px; } -#content dl { +#content dl, +#content .item { display:block; clear:both; } -#content dt { +#content dt, +#content .item .left { width:220px; font-size:12px; text-align:right; @@ -308,7 +310,8 @@ border-bottom:3px solid #cacaca; padding-top: 10px; } -#content dd { +#content dd, +#content .item .right { font-size:12px; padding-top: 10px; -- cgit v1.2.3