Tweak definition lists some more

This commit is contained in:
eston
2011-03-02 17:32:42 -08:00
parent 56408bdaa4
commit 175408e6bd
+7 -4
View File
@@ -120,9 +120,13 @@
font-weight: bold; font-weight: bold;
line-height: normal; line-height: normal;
margin: 0; margin: 0;
padding: 14px 0 0; padding: 20px 0 0;
} }
#template dl dt:first-child {
padding: 0;
}
#template dl dd { #template dl dd {
font-size: 13px; font-size: 13px;
margin: 0; margin: 0;
@@ -188,7 +192,6 @@
float: left; float: left;
} }
#template span.frame span span { #template span.frame span span {
clear: both; clear: both;
color: #333; color: #333;
@@ -259,7 +262,7 @@
/* Code */ /* Code */
#template code { #template code, #template tt {
background-color: #f8f8f8; background-color: #f8f8f8;
border: 1px solid #dedede; border: 1px solid #dedede;
font-size: 13px; font-size: 13px;
@@ -283,7 +286,7 @@
border-radius: 3px; border-radius: 3px;
} }
#template pre code { #template pre code, #template pre tt {
background-color: transparent; background-color: transparent;
border: none; border: none;
} }