Adding "clearfix" class, used to add clearning to element without use of break or...
authorOwen Leonard <oleonard@myacpl.org>
Tue, 4 Dec 2007 21:00:02 +0000 (15:00 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 4 Dec 2007 21:06:15 +0000 (15:06 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css

index c16b038..0bd9a2f 100644 (file)
@@ -976,4 +976,16 @@ margin-top : .4em;
 margin : .3em -1px 0 2%;
 display: inline /* fix IE6 */;
 line-height : 40px;
-}
\ No newline at end of file
+}
+
+.clearfix:after {
+    content: "."; 
+    display: block; 
+    height: 0; 
+    clear: both; 
+    visibility: hidden;
+}
+
+/* Hides from IE-mac \*/
+* html .clearfix {height: 1%;}
+/* End hide from IE-mac */
\ No newline at end of file