Skip to content

Commit

Permalink
Fixing height declaration in themes
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jun 24, 2012
1 parent 01826ce commit 0b99f6e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion themes/bigbox.css
@@ -1,6 +1,6 @@
html, html,
body { body {
height: 100%; min-height: 100%;
} }
.humane, .humane,
.humane-bigbox { .humane-bigbox {
Expand Down
2 changes: 1 addition & 1 deletion themes/boldlight.css
@@ -1,6 +1,6 @@
html, html,
body { body {
height: 100%; min-height: 100%;
} }
.humane, .humane,
.humane-boldlight { .humane-boldlight {
Expand Down
2 changes: 1 addition & 1 deletion themes/jackedup.css
@@ -1,6 +1,6 @@
html, html,
body { body {
height: 100%; min-height: 100%;
} }
.humane, .humane,
.humane-jackedup { .humane-jackedup {
Expand Down
2 changes: 1 addition & 1 deletion themes/libnotify.css
@@ -1,6 +1,6 @@
html, html,
body { body {
height: 100%; min-height: 100%;
} }
.humane, .humane,
.humane-libnotify { .humane-libnotify {
Expand Down
2 changes: 1 addition & 1 deletion themes/original.css
@@ -1,6 +1,6 @@
html, html,
body { body {
height: 100%; min-height: 100%;
} }
.humane, .humane,
.humane-original { .humane-original {
Expand Down

0 comments on commit 0b99f6e

Please sign in to comment.