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:
parent
221e350228
commit
30798f835e
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user