Browse Source

More work on node template

Stephen Ficklin 11 years ago
parent
commit
66d629b7a3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tripal_core/theme/css/tripal.css

+ 3 - 1
tripal_core/theme/css/tripal.css

@@ -192,8 +192,9 @@
   background-color: #cce3ff;
   margin-top: 10px;
   margin-bottom: 10px;
-  border: 1px solid #888888 !important;
+  border: 1px solid #888888;
   min-height: 50px;
+  clear: both;
 }
 
 .tripal-site-admin-message {
@@ -207,4 +208,5 @@
   background-image: none;
   background-color: #cce3ff;
   color: black;
+  clear: both;
 }