summaryrefslogtreecommitdiffstats
path: root/wik
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 /wik
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 'wik')
-rw-r--r--wik/wik.css9
1 files changed, 6 insertions, 3 deletions
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;