summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-15 09:10:46 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-15 09:10:46 +0000
commitee7495b7c0c57fcd2b73aaf23a14f8c8efaee29d (patch)
tree693502e2ce1d7b2e76f1367667439c6c273c17ae /themes
parentce8887667954aa3ecfa1cfb4f3f1df9ed06504f8 (diff)
downloadbrdo-ee7495b7c0c57fcd2b73aaf23a14f8c8efaee29d.tar.gz
brdo-ee7495b7c0c57fcd2b73aaf23a14f8c8efaee29d.tar.bz2
#811898 by Jeff Burnz, canaryMason: Improve look of Bartik's search result page.
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 1d0dc75aa..78c958c31 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -1286,6 +1286,24 @@ div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
display: block;
}
+/* --------------- Search Results ---------------- */
+ol.search-results {
+ padding-left: 0;
+}
+.search-results li {
+ border-bottom: 1px solid #d3d7d9;
+ padding-bottom: 0.4285em;
+ margin-bottom: 0.5em;
+}
+.search-results li:last-child {
+ border-bottom: none;
+ padding-bottom: none;
+ margin-bottom: 1em;
+}
+.search-results .search-snippet-info {
+ padding-left: 0;
+}
+
/* -------------- Shortcut Links -------------- */
.shortcut-wrapper {