Ticket #726: style.patch
| File style.patch, 0.6 KB (added by black silence, 3 years ago) |
|---|
-
.css
old new 12 12 13 13 * { margin:0; padding:0;} 14 14 body { 15 font:normal 15px Georgia, "Times New Roman", Times, serif; color:#041E25; background: url(images/bg.png) repeat-x left top; }15 font:normal 15px Georgia, "Times New Roman", Times, serif; color:#041E25; background:#fff url(images/bg.png) repeat-x left top; } 16 16 a { color:#136F8B; background:url(images/dot-blue.gif) repeat-x left bottom; padding:1px 0; text-decoration:none;} 17 17 a:hover { color:#1C4EA1;} 18 18 h1, h2, h3, h4, h5, h6 { font:normal 25px Georgia, "Times New Roman", Times, serif; }
