A few trivial CSS changes to get /home.jsp looking better with the other themes

This commit is contained in:
str4d
2012-05-25 01:27:48 +00:00
parent 34f0420753
commit c4057bb5a0
3 changed files with 24 additions and 0 deletions

View File

@@ -16,6 +16,12 @@ body {
display: none;
}
div.clearer {
clear: left;
height: 0;
line-height: 0;
}
img {
border: none;
}
@@ -622,6 +628,7 @@ th {
/* begin home page */
/*
#appsummary {
clear: none;
float: none;
@@ -647,6 +654,7 @@ h2.app {
border-radius: 8px;
margin: 1px 10px 15px 0 !important;
}
*/
h4.app {
margin: 0 10px 2px 10px;

View File

@@ -14,6 +14,12 @@ body {
display: none;
}
div.clearer {
clear: left;
height: 0;
line-height: 0;
}
img {
border: none;
}
@@ -594,6 +600,7 @@ td {
/* begin home page */
/*
#appsummary {
clear: none;
float: none;
@@ -618,6 +625,7 @@ h2.app {
border-radius: 8px;
margin: 1px 10px 15px 0 !important;
}
*/
h4.app {
margin: 0 10px 2px 10px;

View File

@@ -16,6 +16,12 @@ body {
display: none;
}
div.clearer {
clear: left;
height: 0;
line-height: 0;
}
img {
border: none;
}
@@ -630,6 +636,7 @@ th {
/* begin home page */
/*
#appsummary {
clear: none;
float: none;
@@ -655,6 +662,7 @@ h2.app {
border-radius: 8px;
margin: 1px 10px 15px 0 !important;
}
*/
h4.app {
margin: 0 10px 2px 10px;