diff --git a/css/global.css b/css/global.css index 04b5014..b6b67ea 100644 --- a/css/global.css +++ b/css/global.css @@ -20,6 +20,11 @@ form { text-align: left; } +.postblock { + vertical-align: top; + padding: 3px; +} + .aa { white-space: pre; text-align: left; @@ -116,4 +121,4 @@ form { .adminbar a:link, .adminbar a:visited, .adminbar a:active, .adminbar a:hover { text-decoration: none; -} \ No newline at end of file +}