diff --git a/index.css b/index.css
index 4443f61..0d83c36 100644
--- a/index.css
+++ b/index.css
@@ -108,6 +108,7 @@ textarea {
font-size: 11px;
width: 99%;
background-color: #ffffee;
+ padding: 4px;
}
.main {
diff --git a/index.php b/index.php
index e1313ac..642caf5 100644
--- a/index.php
+++ b/index.php
@@ -113,7 +113,7 @@ function printToolbar()
print "All ";
print "Recent ";
- print "". DEFAULT_PAGE . "";
+ print "". DEFAULT_PAGE . "";
if ( REQUIRE_PASSWORD )
print 'Exit';