/doc/English/rules/rules.css
http://txt2tags.googlecode.com/ · CSS · 26 lines · 26 code · 0 blank · 0 comment · 0 complexity · 2a99827d24cbc9abc180fc116e785bc5 MD5 · raw file
- body {
- margin:2em;
- }
- a {
- font-weight:bold;
- text-decoration:none;
- }
- a:hover {
- text-decoration:underline;
- }
- .toc {
- margin-left:2em;
- }
- .section {
- margin-top:2em;
- margin-bottom:1em;
- border:1px solid black;
- text-align:center;
- background-color:#ddd;
- }
- table {
- empty-cells:hide;
- }
- td {
- padding:4px;
- }