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

Skip to content
Snippets Groups Projects
Commit 0fb6e9cf authored by z3d's avatar z3d
Browse files

Minor tweaks to console_big.css in classic & midnight following feedback from "walking".

parent fa252f5e
No related branches found
No related tags found
No related merge requests found
/* 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 { ...@@ -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 { ...@@ -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 */
...@@ -54,8 +59,4 @@ div.joblog li i { ...@@ -54,8 +59,4 @@ div.joblog li i {
b, div.joblog b { b, div.joblog b {
color: #ee8; color: #ee8;
font-size: 110%; font-size: 110%;
}
table code {
font-size: 120%;
} }
\ No newline at end of file
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