comparison rhodecode/public/css/style.css @ 635:fd63782c4426 beta

Fixed age, for new vcs implementation. Removed all obsolete date formatters Added simplegit middleware. fixed deps added scm type icon to main page
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 25 Oct 2010 03:19:01 +0200
parents 7e536d1af60d
children ffd07396d315
comparison
equal deleted inserted replaced
634:0d18cf02278a 635:fd63782c4426
1008 } 1008 }
1009 1009
1010 #content div.box table th { 1010 #content div.box table th {
1011 background:#eee; 1011 background:#eee;
1012 border-bottom:1px solid #ddd; 1012 border-bottom:1px solid #ddd;
1013 padding:10px; 1013 padding:5px 0px 5px 5px;
1014 } 1014 }
1015 1015
1016 #content div.box table th.left { 1016 #content div.box table th.left {
1017 text-align:left; 1017 text-align:left;
1018 } 1018 }