Bootstrap: Activities

This commit is contained in:
Dmitriy Zaporozhets 2012-01-28 16:47:55 +02:00
parent 15b06b0164
commit 0a4222fb98
26 changed files with 324 additions and 365 deletions

View file

@ -1,4 +1,12 @@
a {
color: $link_color;
&:hover { text-decoration:none; }
&:hover {
text-decoration:none;
color: $active_link_color;
}
}
.alert-message.entry {
background:#F1F1F1;
border-color:#ccc;
}