9e9dc52bc1631bdfaca41ccb1e6349545012ffa5
Author: Mark Story
Date: 2009-06-15 22:08:56 -0400
diff --git a/vendors/css/base.css b/vendors/css/base.css
index 0802e02..861d076 100644
--- a/vendors/css/base.css
+++ b/vendors/css/base.css
@@ -224,6 +224,9 @@ Documentation Page Styles
margin: 16px 0 0;
clear:both;
}
+.doc-block.class-info {
+ margin-top:10px;
+}
.class-info,
.function-info {
clear: both;
@@ -324,7 +327,7 @@ Documentation Page Styles
margin:0;
clear:both;
-webkit-text-shadow:1px 0px #ddd;
- text-shadow:0px 1px #ddd;
+ text-shadow:0px 1px #eee;
}
.markdown-block pre {
font-size: 12px;
@@ -610,6 +613,13 @@ Documentation Page Styles
#search-results .highlight {
background: #C9E2E6;
}
+#search-results h2 {
+ font-size:24px;
+ -webkit-text-shadow:1px 0px #ddd;
+ text-shadow:0px 1px #ddd;
+ margin:0.2em 0;
+ border-bottom:1px solid #ddd;
+}
/**
* Docs coverage
