mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
css: tweak code element
This commit is contained in:
12
tt-rss.css
12
tt-rss.css
@@ -426,7 +426,7 @@ a.helpLink:hover {
|
|||||||
padding : 0px;
|
padding : 0px;
|
||||||
font-family : monospace;
|
font-family : monospace;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
background : white;
|
background : transparent;
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -441,6 +441,15 @@ a.helpLink:hover {
|
|||||||
color : gray;
|
color : gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content-insert code, #headlines-frame code {
|
||||||
|
background : transparent;
|
||||||
|
border : 0px solid transparent;
|
||||||
|
margin : 0px;
|
||||||
|
font-family : monospace;
|
||||||
|
padding : 0px;
|
||||||
|
font-size : 12px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
div.firstTab {
|
div.firstTab {
|
||||||
width : 10px;
|
width : 10px;
|
||||||
@@ -1654,3 +1663,4 @@ a.bookmarklet {
|
|||||||
position : relative;
|
position : relative;
|
||||||
top : -1px;
|
top : -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user