1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-03-12 07:11:11 +00:00

Fixes to the webui CSS

This commit is contained in:
EinMByte 2015-09-17 14:02:40 +02:00
parent 221e350228
commit 30798f835e

View File

@ -5,7 +5,7 @@ body {
} }
.header { .header {
margin: 0px; margin: 0px 150px;
text-align: center; text-align: center;
padding: 2.5em 2em 0px; padding: 2.5em 2em 0px;
border-bottom: 1px solid #EEE; border-bottom: 1px solid #EEE;
@ -22,9 +22,8 @@ h2 {
} }
.content { .content {
margin: 0px auto 50px; margin: 0px 150px auto;
padding: 0px 2em; padding: 0px 2em;
max-width: 800px;
line-height: 1.6em; line-height: 1.6em;
} }