comparison pylons_app/public/css/style.css @ 528:6d0d5e7d7356

updated branches/tags tags in changesets
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 30 Sep 2010 17:11:58 +0200
parents 6d44d3862ec4
children 3a567e329fb6
comparison
equal deleted inserted replaced
527:6d44d3862ec4 528:6d0d5e7d7356
12 margin: 0; 12 margin: 0;
13 padding: 0; 13 padding: 0;
14 height: 100%; 14 height: 100%;
15 background: #d1d1d1 url("../images/background.png") repeat; 15 background: #d1d1d1 url("../images/background.png") repeat;
16 font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; 16 font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
17 font-size: 11px; 17 font-size: 12px;
18 } 18 }
19 19
20 /* ----------------------------------------------------------- 20 /* -----------------------------------------------------------
21 images 21 images
22 ----------------------------------------------------------- */ 22 ----------------------------------------------------------- */
3221 font-size: 90%; 3221 font-size: 90%;
3222 font-family: monospace; 3222 font-family: monospace;
3223 } 3223 }
3224 3224
3225 .right .logtags .branchtag{ 3225 .right .logtags .branchtag{
3226 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat right 9px; 3226 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat right 6px;
3227 display:block; 3227 display:block;
3228 padding:12px 16px 0px 0px 3228 padding:8px 16px 0px 0px
3229 } 3229 }
3230 .right .logtags .tagtag{ 3230 .right .logtags .tagtag{
3231 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right 9px; 3231 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right 6px;
3232 display:block; 3232 display:block;
3233 padding:12px 18px 0px 0px 3233 padding:6px 18px 0px 0px
3234 } 3234 }
3235 3235
3236 /* ----------------------------------------------------------- 3236 /* -----------------------------------------------------------
3237 FILE BROWSER 3237 FILE BROWSER
3238 ----------------------------------------------------------- */ 3238 ----------------------------------------------------------- */