commit | 29940595e7f7f47ec7bec5f2d273c0577d8e18d5 | [log] [tgz] |
---|---|---|
author | cbrun <cbrun> | Tue Aug 21 14:10:14 2012 +0000 |
committer | cbrun <cbrun> | Tue Aug 21 14:10:14 2012 +0000 |
tree | 6dffd88f8458ce9939aec8d0636a7888fe823090 | |
parent | fa1b619d34ee315c172bca8c4a5b1255a2c5a534 [diff] |
random shot at fixing the missing background
diff --git a/modeling-wip/assets/css/modeling.css b/modeling-wip/assets/css/modeling.css index da86186..eaaa17b 100644 --- a/modeling-wip/assets/css/modeling.css +++ b/modeling-wip/assets/css/modeling.css
@@ -1,3 +1,9 @@ li { list-style: none; +} +body +{ + background: #EFEFEF url('/eclipse.org-common/themes/Nova/images/bg.png') repeat-x scroll; + font-family: Arial,sans-serif; + text-align: center; } \ No newline at end of file