comparison pylons_app/public/css/style.css @ 421:cbfb853a0a4c

fixed bug when author had " in name, thus breaking the javascript data format small fix to css for commit messages, and fixed a bug when message had some special chars that caused unicodeDecode error
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 23 Aug 2010 21:39:17 +0200
parents 25ab66a26975
children fc3613065baf
comparison
equal deleted inserted replaced
420:a6000c18a8db 421:cbfb853a0a4c
1037 overflow: hidden; 1037 overflow: hidden;
1038 } 1038 }
1039 1039
1040 #content div.box div.message 1040 #content div.box div.message
1041 { 1041 {
1042 margin: 0 0 10px 0; 1042 margin: 0 0 0px 0;
1043 padding: 0; 1043 padding: 0 0 10px 0;
1044 clear: both; 1044 clear: both;
1045 overflow: hidden; 1045 overflow: hidden;
1046 } 1046 }
1047 1047
1048 #content div.box div.message div.image 1048 #content div.box div.message div.image