Ticket #7775: 7775.diff
File 7775.diff, 1.5 KB (added by , 7 months ago) |
---|
-
public_html/style/trac/common/css/diff.css
26 26 27 27 /* Legend for diff and file colors */ 28 28 .legend { 29 font-size: 9px;29 font-size: 12px; 30 30 line-height: 1em; 31 31 padding: .5em 0; 32 32 } … … 80 80 margin: 0 auto; 81 81 padding: .1em 0 .25em .5em; 82 82 } 83 .diff h2 .switch { color: #999; float: right; font-size: 75%;83 .diff h2 .switch { color: #999; float: right; font-size: 90%; 84 84 line-height: 1.6; 85 85 } 86 86 .diff h2 .switch span { border-left: 1px solid #ccc; cursor: pointer; -
public_html/style/trac/common/css/trac.css
257 257 /* Navigation */ 258 258 .nav h2, .nav hr { display: none } 259 259 .nav ul { 260 font-size: 1 0px;260 font-size: 11px; 261 261 list-style: none; 262 262 margin: 0; 263 263 padding: 0; … … 525 525 border-radius: 1em; 526 526 box-shadow: .2em .2em .7em 0 #777; 527 527 float: right; 528 font-size: 9px;528 font-size: 12px; 529 529 padding: .8em; 530 530 position: relative; 531 531 margin: 0 1em 1em; 532 532 } 533 #prefs input, #prefs select { font-size: 9px; vertical-align: middle }533 #prefs input, #prefs select { font-size: 12px; vertical-align: middle } 534 534 #prefs fieldset { 535 535 background: transparent; 536 536 border: none;