JWS-109 Updated the base bootstrap theme header and footer. Also removed unused styling.
[jabaws.git] / website / static / css / main.css
index 80c1a34..56cbb9e 100644 (file)
@@ -37,55 +37,8 @@ margin: 2%
 
 .vspace { height: 60px;}
 
-
-/**
-*** BibBase reference-specific additions
-**/
-img.bibbase_icon {
-  display: none;
-}
-
-/* remove linkout to bibbase, but make it bold */
-.bibbase_paper_title a {
-  color: #333;
-  text-decoration: none;
-  pointer-events: none;
-  cursor: default;
-  font-weight: bold;
-}
-
-/* remove bibbase link to authors with bibbase accounts */
-a.bibbase.author.link {
-  color: #333;
-  text-decoration: none;
-  pointer-events: none;
-  cursor: default;
-}
-
-/* reformat refs borked by bootstrap css */
-.bibbase_group_body {
-  padding-left: 15px;
-}
-
-/* put links on same line as citation */
-br.bibbase_paper_content {
-  display: none;
-}
-
-/* resize link text */
-.bibbase_paper_content {
-  font-size: smaller;
-}
-
-/* space out separate refs */
-.bibbase_paper {
-  margin-bottom: 5px;
-}
-
-/* force display of year ref counts */
-.bibbase_group_count {
-  display: initial;
-  font-weight: normal;
+.panel-default .panel-body{
+  margin-top: -20px;
 }
 
 em2 {
@@ -94,3 +47,12 @@ em2 {
   font-size: 14px;
 }
 
+.navbar .navbar-nav {
+    display: inline-block;
+    float: none;
+    vertical-align: top;
+}
+
+.navbar .navbar-collapse {
+    text-align: center;
+}