summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-26 00:34:16 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-26 00:34:16 +0000
commit273b6c7f503c4d1a8e6a1dcad36ea1f82a4d8edf (patch)
treed62b5ff27a7640f746a7a19e41a1fb8c269c5678
parent68441f2de0b668b67c71253c2f594f5e6edbc81c (diff)
add CSS stylesheet
git-svn-id: file:///home/lennart/svn/public/sse/trunk@62 5fbabb74-0606-0410-a5e4-b5cc6a42724e
-rw-r--r--www/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
new file mode 100644
index 0000000..c2002d9
--- /dev/null
+++ b/www/style.css
@@ -0,0 +1,15 @@
+div.formbox {
+background-color: #FFEDA5;
+max-width: 20em;
+min-width: 15em;
+padding: 5px;
+position: relative;
+margin: auto;
+border: 1px solid #FFCF75;
+text-align: center;
+}
+
+
+input[type=text] {
+font-family: monospace
+}