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
|
||||
{
|
||||
background-color: $progress-bar-color;
|
||||
width: 10em;
|
||||
display: inline-block;
|
||||
padding: 2px;
|
||||
text-align: left;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.8em;
|
||||
font-weight: bolder;
|
||||
// .ratingbar
|
||||
// {
|
||||
// background-color: $progress-bar-color;
|
||||
// width: 10em;
|
||||
// display: inline-block;
|
||||
// padding: 2px;
|
||||
// text-align: left;
|
||||
// color: white;
|
||||
// text-transform: uppercase;
|
||||
// font-size: 0.8em;
|
||||
// font-weight: bolder;
|
||||
|
||||
.meter
|
||||
{
|
||||
background-color: $primary-color;
|
||||
padding: 2px;
|
||||
padding-left: 0.4em;
|
||||
text-shadow: 0 0 2px black;
|
||||
}
|
||||
}
|
||||
// .meter
|
||||
// {
|
||||
// background-color: $primary-color;
|
||||
// padding: 2px;
|
||||
// padding-left: 0.4em;
|
||||
// text-shadow: 0 0 2px black;
|
||||
// }
|
||||
// }
|
||||
|
||||
/* Properties of a screenshot - shown in details view */
|
||||
.property-title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue