Remove unusued CSS file

This commit is contained in:
Nicolas Le Goff
2013-03-25 23:16:58 +01:00
committed by Romain Neutron
parent 9264df7547
commit a0ed9f9600

View File

@@ -1,57 +0,0 @@
/******* GLOBAL CSS for LOGIN *************************************************/
body,
html {
margin: 0;
padding: 0;
background-color: #000000;
color: #ffffff;
}
* {
font-size: 13px;
}
a {
cursor: pointer;
color: #0088cc;
text-decoration: none;
font-size: 13px;
font-weight: bold;
line-height: 18px;
}
a:hover {
text-decoration: underline;
}
/******* NAVBAR ***************************************************************/
#tab-account-cat ul {
list-style: none;
}
#tab-account-cat ul li {
display: inline;
}
#tab-account-cat ul li a {
color: #0088cc;
text-decoration: none;
font-size: 13px;
}
#tab-account-cat ul li a:hover {
color: #0088cc;
}
/******* FORM *****************************************************************/
legend {
margin-bottom: 15px;
color: #ffffff;
}
label {
color: #ffffff;
}
.form-horizontal .control-group {
margin-bottom: 10px;
}
legend + .control-group {
margin-top: 10px;
}
#id-main .account-menu li {
display: inline-block;
width:130px;
font-size:16px;
}