Explorar o código

More work on node template

Stephen Ficklin %!s(int64=11) %!d(string=hai) anos
pai
achega
66d629b7a3
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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;
 }