summaryrefslogtreecommitdiffstats
path: root/web/html/css/containers.css
diff options
context:
space:
mode:
authortardo <tardo@nagi-fanboi.net>2007-09-26 03:06:08 +0200
committerPaul Mattal <paul@mattal.com>2007-09-27 14:58:22 +0200
commit2e1230589dcc5c1bb19a2460193cc1de0fb73d34 (patch)
tree53ceba61d08a9b7d632070b3767ceb5a2ff1aa57 /web/html/css/containers.css
parent10f6a7c40160f21f74254238e51c58eff9e61be7 (diff)
downloadaur-2e1230589dcc5c1bb19a2460193cc1de0fb73d34.tar.gz
aur-2e1230589dcc5c1bb19a2460193cc1de0fb73d34.tar.xz
Box titles now align to the left.
Might be me, but aligning to the right just looked messed up. Signed-off-by: tardo <tardo@nagi-fanboi.net>
Diffstat (limited to 'web/html/css/containers.css')
-rw-r--r--web/html/css/containers.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/css/containers.css b/web/html/css/containers.css
index 006c4ff7..794865e9 100644
--- a/web/html/css/containers.css
+++ b/web/html/css/containers.css
@@ -122,7 +122,8 @@
background-color: rgb( 241, 242, 244 );
padding-left: 10;
padding-top: 1;
- padding-bottom: 1;
+ padding-bottom: 1;
+ text-align: left;
}
table.boxSoftSmall
{