forked from I2P_Developers/i2p.i2p
A few trivial CSS changes to get /home.jsp looking better with the other themes
This commit is contained in:
@@ -16,6 +16,12 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.clearer {
|
||||||
|
clear: left;
|
||||||
|
height: 0;
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@@ -622,6 +628,7 @@ th {
|
|||||||
|
|
||||||
/* begin home page */
|
/* begin home page */
|
||||||
|
|
||||||
|
/*
|
||||||
#appsummary {
|
#appsummary {
|
||||||
clear: none;
|
clear: none;
|
||||||
float: none;
|
float: none;
|
||||||
@@ -647,6 +654,7 @@ h2.app {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 1px 10px 15px 0 !important;
|
margin: 1px 10px 15px 0 !important;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
h4.app {
|
h4.app {
|
||||||
margin: 0 10px 2px 10px;
|
margin: 0 10px 2px 10px;
|
||||||
|
@@ -14,6 +14,12 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.clearer {
|
||||||
|
clear: left;
|
||||||
|
height: 0;
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@@ -594,6 +600,7 @@ td {
|
|||||||
|
|
||||||
/* begin home page */
|
/* begin home page */
|
||||||
|
|
||||||
|
/*
|
||||||
#appsummary {
|
#appsummary {
|
||||||
clear: none;
|
clear: none;
|
||||||
float: none;
|
float: none;
|
||||||
@@ -618,6 +625,7 @@ h2.app {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 1px 10px 15px 0 !important;
|
margin: 1px 10px 15px 0 !important;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
h4.app {
|
h4.app {
|
||||||
margin: 0 10px 2px 10px;
|
margin: 0 10px 2px 10px;
|
||||||
|
@@ -16,6 +16,12 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.clearer {
|
||||||
|
clear: left;
|
||||||
|
height: 0;
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@@ -630,6 +636,7 @@ th {
|
|||||||
|
|
||||||
/* begin home page */
|
/* begin home page */
|
||||||
|
|
||||||
|
/*
|
||||||
#appsummary {
|
#appsummary {
|
||||||
clear: none;
|
clear: none;
|
||||||
float: none;
|
float: none;
|
||||||
@@ -655,6 +662,7 @@ h2.app {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 1px 10px 15px 0 !important;
|
margin: 1px 10px 15px 0 !important;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
h4.app {
|
h4.app {
|
||||||
margin: 0 10px 2px 10px;
|
margin: 0 10px 2px 10px;
|
||||||
|
Reference in New Issue
Block a user