changed color for commit tag

This commit is contained in:
Dmitriy Zaporozhets 2011-12-08 00:31:04 +02:00
parent c2789dae34
commit 72a13fcc2e

View file

@ -366,8 +366,12 @@ body.project-page table .commit {
color:white; color:white;
} }
&.commit { &.commit {
background: #44aacc; background-image: -webkit-gradient(linear, 0 0, 0 26, color-stop(0.076, #fefefe), to(#F6F7F8));
color:white; background-image: -webkit-linear-gradient(#fefefe 7.6%, #F6F7F8);
background-image: -moz-linear-gradient(#fefefe 7.6%, #F6F7F8);
background-image: -o-linear-gradient(#fefefe 7.6%, #F6F7F8);
color: #777;
border: 1px solid #DEDFE1;
} }
} }