comparison pylons_app/public/css/monoblue_custom.css @ 105:3ac4350b7848

Html updates and fixes
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 25 Apr 2010 22:45:54 +0200
parents 2dc0c8e4f384
children 5e2470ebdbc6
comparison
equal deleted inserted replaced
104:4cea52709743 105:3ac4350b7848
23 } 23 }
24 /*** end of Initial Settings ***/ 24 /*** end of Initial Settings ***/
25 25
26 26
27 /** common settings **/ 27 /** common settings **/
28 div#main{
29 padding:5px;
30 }
28 div#container { 31 div#container {
29 background: #FFFFFF; 32 background: #FFFFFF;
30 position: relative; 33 position: relative;
31 color: #666; 34 color: #666;
32 } 35 }
525 height:16px; 528 height:16px;
526 padding-left:20px; 529 padding-left:20px;
527 padding-top:5px; 530 padding-top:5px;
528 text-align:left; 531 text-align:left;
529 } 532 }
533
534 .current_submenu{
535 border-bottom: 2px solid;
536
537 }