diff options
-rw-r--r-- | static/ctimeline.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/static/ctimeline.css b/static/ctimeline.css index 057efeb..b513e4d 100644 --- a/static/ctimeline.css +++ b/static/ctimeline.css @@ -29,6 +29,41 @@ OTHER DEALINGS IN THE SOFTWARE. font-size: 10pt; } +.header { + font-size: 250%; + color: black; +} + +table { + border-spacing: 1em 0em; +} + +tr.sub_text { + color: #777; +} + +table td { + width: 50%; + /*border: 1px solid #a52a2a;*/ +} + +td.right_column { + vertical-align: top; + text-align: right; +} + +td.form { + vertical-align: center; + text-align: right; + white-space: nowrap; +} + +td.form form, +td.form input { + display: inline; + font-size: 85%; +} + /* ================ The Timeline ================ */ .timeline { |