about summary refs log tree commit diff
path: root/res
diff options
context:
space:
mode:
authorVincent Ambo <viam@humac.com>2012-03-03T15·39+0100
committerVincent Ambo <viam@humac.com>2012-03-03T15·39+0100
commit96093c9009554cd63431022635fccf54e47438e2 (patch)
treeab73bc04716645ac52068336d4f45c470e600707 /res
parent485e27147574106d5925ea9ab880739d8e1c4f6e (diff)
* Pagination (finally!)
* slight CSS change
Diffstat (limited to 'res')
-rw-r--r--res/blogstyle.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/blogstyle.css b/res/blogstyle.css
index d830ee2e23d0..6315ffd06ff1 100644
--- a/res/blogstyle.css
+++ b/res/blogstyle.css
@@ -42,6 +42,7 @@ body {
 
 .centerbox {
 	text-align:center;
+    min-height: 45px;
 }
 
 .rightbox {
@@ -110,4 +111,4 @@ body {
 
 .innerBoxComments {
 	padding-left: 20px
-}
\ No newline at end of file
+}