Restyled erros pages & avatar class

This commit is contained in:
Dmitriy Zaporozhets 2012-08-16 09:13:50 +03:00
parent 17948951ff
commit 05da3801f5
14 changed files with 231 additions and 234 deletions

View file

@ -1,17 +1,17 @@
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
*/
.ui_basic {
.ui_basic {
/*
* Common styles
*
*/
a {
color: $link_color;
&:hover {
text-decoration:none;
&:hover {
text-decoration:none;
color: $blue_link;
}
}