Fixed project last_activity. Links color changed a bit

This commit is contained in:
Dmitriy Zaporozhets 2012-08-30 09:09:42 +03:00
parent 793db070f0
commit 4e47402852
4 changed files with 20 additions and 20 deletions

View file

@ -1,10 +1,10 @@
/**
/**
* Headers
*
*
*/
h3, h4, h5, h6 { line-height: 36px; }
h5 { font-size:14px; }
h3.page_title {
h3.page_title {
color:#456;
font-size:20px;
font-weight: normal;
@ -21,9 +21,9 @@ pre {
}
}
/**
/**
* Links
*
*
*/
a {
outline: none;
@ -35,7 +35,7 @@ a {
&.btn {
color: $style_color;
&:hover {
&:hover {
color: $style_color;
}
}