diff options
Diffstat (limited to 'stashbox/static/main.css')
-rw-r--r-- | stashbox/static/main.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/stashbox/static/main.css b/stashbox/static/main.css new file mode 100644 index 0000000..62ff181 --- /dev/null +++ b/stashbox/static/main.css @@ -0,0 +1,26 @@ +h1 { + margin: 5px 0 10px 0; + font-weight: normal; +} + +th { + text-align: left; +} + +td { + padding: 3px 10px; +} + +.main { + float: left; +} + +.right { + float: right; + background-color: #ddd; + padding: 10px; +} + +select { + width: 15em; +}
\ No newline at end of file |