summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-10 17:17:01 -0400
committerspiderr <spider@viovio.com>2013-04-10 17:17:01 -0400
commited8b7adeb19743b9485dd281b2f260b33cf4330d (patch)
tree55dba8d5f71fcf3e4b15e153c56fb4405b8df3cb /css
parentdfd128a5229873aa0d0df94152f4f1d3e0e2deab (diff)
downloadthemes-ed8b7adeb19743b9485dd281b2f260b33cf4330d.tar.gz
themes-ed8b7adeb19743b9485dd281b2f260b33cf4330d.tar.bz2
themes-ed8b7adeb19743b9485dd281b2f260b33cf4330d.zip
tweak .data and floaticon defaults
Diffstat (limited to 'css')
-rw-r--r--css/base.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/css/base.css b/css/base.css
index cbd5ebf..a48a7ca 100644
--- a/css/base.css
+++ b/css/base.css
@@ -1,6 +1,6 @@
i, .icon,.icon:hover,
a.icon,a.icon:hover {cursor:pointer;}
-a.icon {padding:3px;}
+.floaticon a,a.icon,img.icon {padding:0 5px 0 0;}
.floaticon {float:right;}
html[dir='rtl'] .floaticon { float:left }
@@ -9,9 +9,7 @@ html[dir='rtl'] span.actionicon {float:left}
td.actionicon {text-align:right;}
html[dir='rtl'] td.actionicon {text-align:left;}
.actionicon a,
-.floaticon a {padding:0 3px;}
-.data { width:100%; }
.aligncenter {text-align:center}
.alignright {text-align:right}
@@ -79,6 +77,11 @@ html[dir='rtl'] ul.toc ul {margin-right:1em;}
.date,
small {color:#999; font-size:85%}
+.data { width:100%; }
+ul.data {list-style:none; margin:0; padding:0;clear:both;}
+ul.data li.item { border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px; }
+ul.data li.item:last-child { border-bottom:none; }
+
/* LEGACY essential and basic css settings *-/
body {background:#fff; margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0; padding:0; margin:0; width:100%;}
@@ -152,8 +155,6 @@ ul,ol,dl {margin-top:0; margin-bottom:0;}
.navbar ul li {float:left;}
html[dir='rtl'] .navbar ul li {float:right;}
-ul.data,
-ul.data li.item {list-style:none; margin:0; padding:0;clear:both;}
ol.data li.item .thumb,
ul.data li.item .thumb {float:right;}
html[dir='rtl'] ul.data li.item .thumb {float:left;}