Unused CSS code commented out
This commit is contained in:
parent
a2178d8226
commit
5eaac970fb
1 changed files with 19 additions and 19 deletions
|
|
@ -291,26 +291,26 @@ a.black
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ratingbar
|
// .ratingbar
|
||||||
{
|
// {
|
||||||
background-color: $progress-bar-color;
|
// background-color: $progress-bar-color;
|
||||||
width: 10em;
|
// width: 10em;
|
||||||
display: inline-block;
|
// display: inline-block;
|
||||||
padding: 2px;
|
// padding: 2px;
|
||||||
text-align: left;
|
// text-align: left;
|
||||||
color: white;
|
// color: white;
|
||||||
text-transform: uppercase;
|
// text-transform: uppercase;
|
||||||
font-size: 0.8em;
|
// font-size: 0.8em;
|
||||||
font-weight: bolder;
|
// font-weight: bolder;
|
||||||
|
|
||||||
.meter
|
// .meter
|
||||||
{
|
// {
|
||||||
background-color: $primary-color;
|
// background-color: $primary-color;
|
||||||
padding: 2px;
|
// padding: 2px;
|
||||||
padding-left: 0.4em;
|
// padding-left: 0.4em;
|
||||||
text-shadow: 0 0 2px black;
|
// text-shadow: 0 0 2px black;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
/* Properties of a screenshot - shown in details view */
|
/* Properties of a screenshot - shown in details view */
|
||||||
.property-title
|
.property-title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue