beautify css

This commit is contained in:
Astra 2018-05-09 06:50:24 -04:00
parent cf3f0be936
commit 6e7319a9b4
1 changed files with 9 additions and 9 deletions

View File

@ -1,13 +1,13 @@
.profileBadgeEndPwn{
background-image:url(https://dr1ft.xyz/sigma_solid.svg);
background-position:center;
background-repeat:no-repeat;
width:16px;
height:16px;
cursor:pointer
.profileBadgeEndPwn {
background-image: url(https://dr1ft.xyz/sigma_solid.svg);
background-position: center;
background-repeat: no-repeat;
width: 16px;
height: 16px;
cursor: pointer
}
[class*="text-"] [class*="note"] {
line-height:normal!important;
text-align:left!important
line-height: normal !important;
text-align: left !important
}