diff options
author | Vincent Ambo <viam@humac.com> | 2012-03-03T15·39+0100 |
---|---|---|
committer | Vincent Ambo <viam@humac.com> | 2012-03-03T15·39+0100 |
commit | 96093c9009554cd63431022635fccf54e47438e2 (patch) | |
tree | ab73bc04716645ac52068336d4f45c470e600707 /res | |
parent | 485e27147574106d5925ea9ab880739d8e1c4f6e (diff) |
* Pagination (finally!)
* slight CSS change
Diffstat (limited to 'res')
-rw-r--r-- | res/blogstyle.css | 3 |
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 +} |