summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/style.css b/styles/style.css
index 4fecfa4..c9fd7ae 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -55,6 +55,7 @@ section h1 {
form {
text-align: left;
padding: 5px 5px 5px 50px;
+ display: inline-block;
}
nav a {
@@ -106,8 +107,11 @@ h3 {margin: 0; padding: 0;}
footer {
font-size: 65%;
- padding: 3px 0 0 0;
+ margin-top: 6px;
color: #999;
+ text-align: left;
+ display: inline-block;
+ width: 100%;
}
textarea {