Skip to content

Commit a63edc9

Browse files
committed
Add missing CSS file
- Legacy-Id: 4148
1 parent 55e84fa commit a63edc9

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

static/css/doc.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.metabox { width: 99%; margin-top:8px; padding:4px; margin-bottom:1em; }
2+
#metatable { border: 0; border-spacing: 0; }
3+
#metatable tr { vertical-align: top; }
4+
#metatable tr:first-child td:first-child { width: 15em; }
5+
6+
.markup_draft pre { line-height: 1.2em; margin: 0; }
7+
.m_hdr, .m_ftr { color: #808080; }
8+
.m_ftr { border-bottom: 1px solid #a0a0a0; }
9+
.m_h { font-family: arial; font-weight:bold;}
10+
11+
.snapshots { margin: 0.5em 0; }
12+
.snapshots .revisions a:first-child { font-weight: bold }
13+
14+
.diffTool { padding: 8px 4px; margin: 8px 0;}
15+
.diffTool h2 { margin-top:0;margin-bottom:4px; }
16+
.diffTool label { display: inline-block; width: 3em; padding: 0 0.5em; }
17+
.diffTool form { margin: 0; }
18+
19+
.history-actions { margin-bottom: 1em; padding-left: 1px; }
20+
21+
.writeup pre.editable { background-color: #efefff; min-height: 3em; }
22+
.writeup a.edit { float: right; }

0 commit comments

Comments
 (0)