Author: gjm
Date: Tue May  8 11:42:48 2012
New Revision: 1335431

URL: http://svn.apache.org/viewvc?rev=1335431&view=rev
Log:
theme: styles for alternate download links section using bootstrap towards  #41 
(from Olemis)

Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Modified: 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1335431&r1=1335430&r2=1335431&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css 
(original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css 
Tue May  8 11:42:48 2012
@@ -207,12 +207,58 @@ textarea.wikitext {
   top: 5px;
 }
 
-/* @group Generic classes */
+/* @group Generic rules */
 
 .full-x {
   width: 100%;
 }
 
+h1, h2, h3, h4 {
+  font-weight: bold;
+  page-break-after: avoid;
+}
+/* @end */
+
+/* @group Alternate download links */
+
+#altlinks {
+  clear: both;
+  text-align: center;
+}
+
+#altlinks h3 {
+  font-size: 12px;
+  letter-spacing: normal;
+  margin: 0;
+}
+
+#altlinks ul {
+  list-style: none outside none;
+  margin: 0;
+  padding: 0 0 1em;
+}
+
+#altlinks li.last {
+  border-right: medium none;
+}
+
+#altlinks li {
+  border-right: 1px solid #D7D7D7;
+  display: inline;
+  font-size: 11px;
+  line-height: 1.5;
+  padding: 0 1em;
+  white-space: nowrap;
+}
+
+#altlinks li *:link, #altlinks li *:visited {
+  background-repeat: no-repeat;
+  border: medium none;
+  color: #666666;
+  padding: 0 0 2px;
+ text-decoration: none;
+}
+
 /* @end */
 
 /* @group Search */
@@ -222,4 +268,4 @@ textarea.wikitext {
   color: #090;
 }
 
-/* @end */
\ No newline at end of file
+/* @end */


Reply via email to