BUGFIX: player class duplicated use.
This commit is contained in:
7
public/css/style.css
vendored
7
public/css/style.css
vendored
@@ -336,13 +336,6 @@ body {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.player {
|
||||
font-size: 14pt;
|
||||
font-family: "Roboto Condensed", serif;
|
||||
font-weight: 300;
|
||||
color: #787878;
|
||||
}
|
||||
|
||||
.blog_grid .row, .blog_grid .row > * {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -55,9 +55,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.player {
|
||||
font-size: 14pt;
|
||||
font-family: 'Roboto Condensed', serif;
|
||||
font-weight: 300;
|
||||
color: #787878;
|
||||
}
|
||||
|
||||
@@ -96,6 +96,10 @@
|
||||
border-radius: 8px;
|
||||
margin-top: 10px;
|
||||
padding: 10px;
|
||||
font-size: 14pt;
|
||||
font-family: "Roboto Condensed", serif;
|
||||
font-weight: 300;
|
||||
color: #787878;
|
||||
}
|
||||
|
||||
.player p {
|
||||
|
||||
Reference in New Issue
Block a user