summaryrefslogtreecommitdiffstats
path: root/snow
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 /snow
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 'snow')
-rw-r--r--snow/snow.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/snow/snow.css b/snow/snow.css
index 378db0e..6400184 100644
--- a/snow/snow.css
+++ b/snow/snow.css
@@ -239,7 +239,8 @@ body {
font-size: 80%;
}
-#content dl {
+#content dl,
+#content .item {
margin: 0;
width: 100%;
background: url("lr.png") #eee no-repeat right bottom;
@@ -250,7 +251,8 @@ body {
}
-#content dt {
+#content dt,
+#content .item .left {
float: left;
clear: left;
width: 25%;
@@ -262,7 +264,8 @@ body {
}
-#content dd {
+#content dd,
+#content .item .right {
padding-top: 15px;
margin-left: 26%;
clear: right;