Set position: absolute for div.routersummaryouter so /home app icons don't clear past it

This commit is contained in:
str4d
2012-06-09 04:33:29 +00:00
parent e0313814b8
commit 57abfe7653
4 changed files with 4 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ div.routersummaryouter {
padding: 0;
border: 0;
clear: left; /* fixes a bug in Opera */
position: absolute;/* so no interference with /home app icons */
}
div.routersummary {

View File

@@ -103,6 +103,7 @@ div.routersummaryouter {
clear: left;/* fixes a bug in Opera */
text-align: center;
display: block;
position: absolute;/* so no interference with /home app icons */
}
div.routersummary {

View File

@@ -92,6 +92,7 @@ div.routersummaryouter {
clear: left;/* fixes a bug in Opera */
text-align: center !important;
display: block;
position: absolute;/* so no interference with /home app icons */
}
div.routersummary {

View File

@@ -162,6 +162,7 @@ div.routersummaryouter {
padding: 0;
border: 0;
clear: left; /* fixes a bug in Opera */
position: absolute;/* so no interference with /home app icons */
}
div.routersummary {