remove rounded corners
This commit is contained in:
parent
ef96bcc3d9
commit
86f10a586e
1 changed files with 1 additions and 3 deletions
|
@ -50,7 +50,6 @@ div.staffp {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
border-radius: 7px;
|
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
width: 110px;
|
width: 110px;
|
||||||
}
|
}
|
||||||
|
@ -81,7 +80,7 @@ div.staffp {
|
||||||
padding: 13px;
|
padding: 13px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #f71;
|
color: #f71;
|
||||||
transition: 0.3s;
|
background-color: #111115;
|
||||||
}
|
}
|
||||||
|
|
||||||
#hnav li a:hover {
|
#hnav li a:hover {
|
||||||
|
@ -110,7 +109,6 @@ div.staffp {
|
||||||
.box {
|
.box {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 10px;
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue