comparison pylons_app/public/css/style_full.css @ 410:9a7ae16ff53e

fixes translations, style updates. Added some extra info to activity graph
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 18 Aug 2010 16:24:27 +0200
parents 86a25ad59766
children
comparison
equal deleted inserted replaced
409:9b6c1de4ce9e 410:9a7ae16ff53e
1 /* ----------------------------------------------------------- 1 /* -----------------------------------------------------------
2 GLOBAL WIDTH 2 GLOBAL WIDTH
3 ----------------------------------------------------------- */ 3 ----------------------------------------------------------- */
4 #header,#content,#footer{ 4 #header,#content,#footer{
5 min-width: 1024px; 5 min-width: 1224px;
6 } 6 }
7 7
8 /* ----------------------------------------------------------- 8 /* -----------------------------------------------------------
9 content 9 content
10 ----------------------------------------------------------- */ 10 ----------------------------------------------------------- */
11 11
12 #content 12 #content
13 { 13 {
14 margin: 10px 60px 0 60px; 14 margin: 10px 30px 0 30px;
15 padding: 0; 15 padding: 0;
16 min-height: 100%; 16 min-height: 100%;
17 clear: both; 17 clear: both;
18 overflow: hidden; 18 overflow: hidden;
19 background: transparent; 19 background: transparent;