I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c4057bb5 authored by str4d's avatar str4d
Browse files

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

parent 34f04207
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment