Give div.app fixed height for classic and midnight console themes

This stops app icons getting "stuck" on the right-hand side of /home
This commit is contained in:
str4d
2012-07-19 00:41:52 +00:00
parent 0e2dede168
commit 212a794c65
2 changed files with 2 additions and 2 deletions

View File

@@ -738,7 +738,7 @@ div.ag2 {
div.app {
float: left;
padding: 2px;
/*height: 84px;*/
height: 90px;
width: 112px;
text-align: center !important;
}

View File

@@ -747,7 +747,7 @@ div.ag2 {
div.app {
float: left;
padding: 2px;
/*height: 84px;*/
height: 90px;
width: 112px;
text-align: center !important;
}