Indefero

Indefero Commit Details


Date:2009-04-16 04:47:42 (15 years 8 months ago)
Author:Mehdi Kabab
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:b9773b555c1fbd4e7afa6189ea8962636bac0d5a
Parents: 62e173e31281c6f6c3215f78ced7b8b3374ab2ec
Message:Fixed issue 189, no rounded tab in webkit (safari / chrome).

Changes:

File differences

www/media/idf/css/style.css
221221
222222
223223
224
224
225
226
225227
226228
227229
......
336338
337339
338340
339
341
342
343
340344
341345
342346
......
350354
351355
352356
353
357
358
354359
355360
356361
......
679684
680685
681686
682
687
688
689
683690
684691
685692
div.issue-comment-signin {
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
background-color: #d3d7cf;
padding: 4px;
}
#main-tabs a {
background-color: #d3d7cf;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
padding: 4px 4px 0 4px;
text-decoration: none;
color: #2e3436;
#sub-tabs {
background-color: #a5e26a;
-moz-border-radius: 0 3px 3px 3px;
-webkit-border-radius: 0 3px 3px 3px;
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 0;
padding: 4px;
}
padding-left: 0px;
background-color: #eeeeec;
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
color: #888a85;
clear: both;
background-image: url("../img/ceondo.png");

Archive Download the corresponding diff file

Page rendered in 0.07841s using 14 queries.