1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 13:41:27 +00:00

disable html objects in article content, breaks layout

This commit is contained in:
Andrew Dolgov
2006-09-21 04:55:02 +01:00
parent 8bde41c35f
commit a262b161f9
3 changed files with 21 additions and 2 deletions

View File

@@ -1172,6 +1172,12 @@ span.debugTS {
font-weight : bold;
}
.objectWarn {
color : gray;
padding : 3px;
font-style: italic;
}
table.loginForm2 {
padding : 1em;
}