Minor tweaks to console_big.css in classic & midnight following feedback from "walking".
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
/* I2P Theme: I2P Classic Theme Override */
|
/* I2P Theme: I2P Classic Theme Override */
|
||||||
/* I2P Description: Larger fontsize override for console to accomodate foreign charactersets */
|
/* Description: Larger fontsize override for console to accomodate foreign charactersets */
|
||||||
/* Author: Dr|Z3d */
|
/* Author: Dr|Z3d */
|
||||||
|
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ div.routersummary table a:link, div.routersummary table a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.tunnels a {
|
div.tunnels a {
|
||||||
font-size: 8pt !important;
|
font-size: 9pt !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tunnels table {
|
div.tunnels table {
|
||||||
|
@ -29,7 +29,12 @@ div.routersummary table a:link, div.routersummary table a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.tunnels a{
|
div.tunnels a{
|
||||||
font-size: 8pt !important;
|
font-size: 9pt !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tunnels table{
|
||||||
|
margin: -2px -0px -4px 2px !important;
|
||||||
|
width: 185px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* global overrides */
|
/* global overrides */
|
||||||
@ -55,7 +60,3 @@ b, div.joblog b {
|
|||||||
color: #ee8;
|
color: #ee8;
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table code {
|
|
||||||
font-size: 120%;
|
|
||||||
}
|
|
Reference in New Issue
Block a user