summaryrefslogtreecommitdiff
path: root/views/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.css')
-rw-r--r--views/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/style.css b/views/style.css
index 44be2e0..3a1f6e7 100644
--- a/views/style.css
+++ b/views/style.css
@@ -86,7 +86,7 @@ body {
#body blockquote blockquote { margin: 10px; }
#body pre {
margin: 20px 170px;
- border: 1px solid #999999;
+ border: 1px solid #cccccc;
background-color: #eeeeee;
padding: 10px;
}
@@ -110,21 +110,21 @@ hr {
margin: 10px 90px;
}
#body input.title {
- border: 1px solid #eeeeee;
+ border: 1px solid #cccccc;
font-size: 1.6em;
padding: 5px;
margin: 0 90px;
width: 770px;
}
#body input.url {
- border: 1px solid #eeeeee;
+ border: 1px solid #cccccc;
font-size: 1.6em;
padding: 5px;
margin: 0 90px;
width: 770px;
}
#body textarea.text {
- border: 1px solid #eeeeee;
+ border: 1px solid #cccccc;
font-size: 1.6em;
padding: 5px;
margin: 0 90px;