fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Client message reporting refactor.
[redakcja.git]
/
platforma
/
static
/
css
/
html.css
diff --git
a/platforma/static/css/html.css
b/platforma/static/css/html.css
index
336a365
..
fcc111e
100644
(file)
--- a/
platforma/static/css/html.css
+++ b/
platforma/static/css/html.css
@@
-1,7
+1,7
@@
/* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
.htmlview {
font-size: 16px;
/* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
.htmlview {
font-size: 16px;
- font
: Georgia
, "Times New Roman", serif;
+ font
-family: "Georgia"
, "Times New Roman", serif;
line-height: 1.5em;
padding: 3em;
}
line-height: 1.5em;
padding: 3em;
}
@@
-225,3
+225,15
@@
font-style: normal;
font-variant: small-caps;
}
font-style: normal;
font-variant: small-caps;
}
+
+.htmlview .parse-warning {
+ display: block;
+ font-size: 10pt;
+ background: #C0C0C0;
+ margin: 1em;
+}
+
+.parse-warning .message {
+ color: purple;
+ font-weight: bold;
+}
\ No newline at end of file