summaryrefslogtreecommitdiffstats
path: root/alps
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-01-22 21:43:56 +0000
committerTed Trask <ttrask01@yahoo.com>2014-01-22 21:43:56 +0000
commitf56cd88db4306134ff1a4758bfe48c594e0adf60 (patch)
treef000f2dc336d748e33d3ca37303614c89b76aee6 /alps
parent19e23aaad5911de87163115e8741f592b7d0aa4a (diff)
downloadacf-skins-f56cd88db4306134ff1a4758bfe48c594e0adf60.tar.bz2
acf-skins-f56cd88db4306134ff1a4758bfe48c594e0adf60.tar.xz
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
Diffstat (limited to 'alps')
-rw-r--r--alps/alps.css9
1 files changed, 6 insertions, 3 deletions
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;