forked from I2P_Developers/i2p.i2p
31 lines
412 B
CSS
31 lines
412 B
CSS
![]() |
div.routersummaryouter {
|
||
|
float: none;
|
||
|
margin: 0 10px 10px 0;
|
||
|
position: relative;
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
div.routersummary {
|
||
|
float: none;
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
div.routersummary table {
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
margin: 0 10px 10px 0;
|
||
|
min-width: 0;
|
||
|
}
|
||
|
|
||
|
div.news {
|
||
|
margin: 0 10px 5px 0;
|
||
|
min-width: 0;
|
||
|
}
|
||
|
|
||
|
div.main {
|
||
|
margin: 10px 10px 20px 0;
|
||
|
min-width: 0;
|
||
|
}
|