Minor code style adjustments
This commit is contained in:
@ -3,7 +3,7 @@ ul.wplt2-ticker {
|
||||
}
|
||||
|
||||
ul.wplt2-ticker > li.wplt2-tick {
|
||||
background-color: #F5F5F5;
|
||||
background-color: #f5f5f5;
|
||||
list-style-type: none;
|
||||
margin: 0.1em;
|
||||
padding: 0.1em 0.3em;
|
||||
@ -14,14 +14,14 @@ li.wplt2-tick p {
|
||||
}
|
||||
|
||||
span.wplt2-tick-time {
|
||||
color: #002C58;
|
||||
color: #002c58;
|
||||
font-size: 0.7em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
span.wplt2-tick-title {
|
||||
color: #002C58;
|
||||
font-weight: bold;
|
||||
color: #002c58;
|
||||
font-weight: 700;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
@ -45,7 +45,7 @@ span.wplt2-widget-time {
|
||||
}
|
||||
|
||||
span.wplt2-widget-content {
|
||||
color: #002C58;
|
||||
color: #002c58;
|
||||
text-indent: 0.2em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user