projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04854ac
)
CSS-Klasse für Zurücksetzen von Float-Umgebungen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 27 Dec 2010 12:58:55 +0000
(13:58 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 27 Dec 2010 12:58:55 +0000
(13:58 +0100)
Conflicts:
css/lx-office-erp.css
css/lx-office-erp.css
patch
|
blob
|
history
diff --git
a/css/lx-office-erp.css
b/css/lx-office-erp.css
index
8d09f8e
..
9189ddd
100644
(file)
--- a/
css/lx-office-erp.css
+++ b/
css/lx-office-erp.css
@@
-279,3
+279,12
@@
label {
.unbalanced_ledger {
background-color: #ffa0a0;
}
+
+.clearfix:after {
+ clear:both;
+ content:".";
+ display:block;
+ font-size:0;
+ height:0;
+ visibility:hidden;
+}