demo/pythonweb/www/static/css/awesome.css

18 lines
191 B
CSS

/*
* custom css
*/
a:hover, a:active {
text-decoration: none;
}
#vm {
display: none;
}
#loading {
margin-bottom: 15px;
}
#error {
display: none;
margin-bottom: 15px;
}