diff options
author | Florian <florianraemisch@web.de> | 2011-03-20 11:32:43 +0100 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2011-03-20 11:32:43 +0100 |
commit | bde64435f4f200251bf10093cd15697724c7c78f (patch) | |
tree | 2957bee584f7fd1134194f5d700e2076e5ebcf85 /public | |
parent | fdb4f4ec9b6ab30cf24dbd2ef9adf0ec8a86cfcf (diff) |
topimage centered
Diffstat (limited to 'public')
-rw-r--r-- | public/css/sublab.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/sublab.css b/public/css/sublab.css index bfc7738..8e3b141 100644 --- a/public/css/sublab.css +++ b/public/css/sublab.css @@ -46,7 +46,7 @@ div.image { margin-left: 125px; border: 1px solid #444; height: 150px; - background: #000 url(../img/topimage.jpg) no-repeat left; + background: #000 url(../img/topimage.jpg) no-repeat center; } div.menu { |