mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:05:56 +00:00
fix several css typos
This commit is contained in:
@@ -117,7 +117,7 @@ a:hover {
|
|||||||
|
|
||||||
#article #article-content {
|
#article #article-content {
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
font-height : 16px;
|
font-size : 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#article #article-content #tags {
|
#article #article-content #tags {
|
||||||
|
|||||||
@@ -585,7 +585,7 @@ span.contentPreview:hover {
|
|||||||
|
|
||||||
span.hlLabelRef {
|
span.hlLabelRef {
|
||||||
background-color : #fff7d5;
|
background-color : #fff7d5;
|
||||||
font-height : 8px;
|
font-size : 8px;
|
||||||
color : #063064;
|
color : #063064;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
margin : 0px 3px 0px 3px;
|
margin : 0px 3px 0px 3px;
|
||||||
@@ -1064,7 +1064,7 @@ span.labelColorIndicator {
|
|||||||
height : 14px;
|
height : 14px;
|
||||||
width : 14px;
|
width : 14px;
|
||||||
line-height : 14px;
|
line-height : 14px;
|
||||||
font-height : 9px;
|
font-size : 9px;
|
||||||
display : inline-block;
|
display : inline-block;
|
||||||
border : 1px solid black;
|
border : 1px solid black;
|
||||||
background-color : #fff7d5;
|
background-color : #fff7d5;
|
||||||
@@ -1076,7 +1076,7 @@ span.labelColorIndicator {
|
|||||||
span.labelColorIndicator2 {
|
span.labelColorIndicator2 {
|
||||||
height : 14px;
|
height : 14px;
|
||||||
width : 14px;
|
width : 14px;
|
||||||
font-height : 9px;
|
font-size : 9px;
|
||||||
display : inline-block;
|
display : inline-block;
|
||||||
border : 1px solid black;
|
border : 1px solid black;
|
||||||
background-color : #fff7d5;
|
background-color : #fff7d5;
|
||||||
@@ -1153,7 +1153,6 @@ div.hlRight img {
|
|||||||
|
|
||||||
span.hlUpdated {
|
span.hlUpdated {
|
||||||
color : gray;
|
color : gray;
|
||||||
font-weight : medium;
|
|
||||||
min-width : 100px;
|
min-width : 100px;
|
||||||
display : table-cell;
|
display : table-cell;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
@@ -1161,7 +1160,6 @@ span.hlUpdated {
|
|||||||
padding-top : 4px;
|
padding-top : 4px;
|
||||||
padding-bottom : 4px;
|
padding-bottom : 4px;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.hlLeft input {
|
div.hlLeft input {
|
||||||
|
|||||||
Reference in New Issue
Block a user