Author: david
Date: Thu Oct 20 14:08:35 2011
New Revision: 10145
Log:
Add borders around each search-result. Remove border beneath title
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Wed Oct 19 14:44:13 2011 (r10144)
+++ trunk/css/print.css Thu Oct 20 14:08:35 2011 (r10145)
@@ -313,7 +313,9 @@
.search-results
{
- padding: 0;
+ padding: 8px 0 12px;
+ border-top: 1px solid #D3D3D3;
+ margin-bottom: 0px;
}
.search-results .field h3
@@ -321,6 +323,11 @@
font-size: inherit;
}
+.search-results h2
+{
+ border-bottom: none;
+}
+
#page,
#page-wrapper
{
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.