comparison doc/style/edgewall.css @ 20:dce4cfd4ba5d

Started documentation for date formatting, plus some code tweaks in that area.
author cmlenz
date Thu, 31 May 2007 17:10:47 +0000
parents 2cada72b40ae
children 8d4cd0856f69
comparison
equal deleted inserted replaced
19:762a5de6faae 20:dce4cfd4ba5d
14 h1 { font-size: 19px; margin: 2em 0 .5em; } 14 h1 { font-size: 19px; margin: 2em 0 .5em; }
15 h2 { font-size: 16px; margin: 1.5em 0 .5em; } 15 h2 { font-size: 16px; margin: 1.5em 0 .5em; }
16 h3 { font-size: 14px; margin: 1.2em 0 .5em; } 16 h3 { font-size: 14px; margin: 1.2em 0 .5em; }
17 hr { border: none; border-top: 1px solid #ccb; margin: 2em 0; } 17 hr { border: none; border-top: 1px solid #ccb; margin: 2em 0; }
18 p { margin: 0 0 1em; } 18 p { margin: 0 0 1em; }
19
20 table { border: 1px solid #999; border-width: 0 1px 0 0;
21 border-collapse: separate; border-spacing: 0;
22 }
23 table thead th { background: #999; border: 1px solid #999;; color: #fff;
24 font-weight: bold;
25 }
26 table td { border: 1px solid #ccc; border-width: 0 0 1px 1px; padding: .3em; }
19 27
20 :link, :visited { text-decoration: none; border-bottom: 1px dotted #bbb; 28 :link, :visited { text-decoration: none; border-bottom: 1px dotted #bbb;
21 color: #b00; 29 color: #b00;
22 } 30 }
23 :link:hover, :visited:hover { background-color: #eee; color: #555; } 31 :link:hover, :visited:hover { background-color: #eee; color: #555; }
Copyright (C) 2012-2017 Edgewall Software