fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Dodanie skryptu dispatch.wsgi.
[redakcja.git]
/
project
/
static
/
css
/
master.css
diff --git
a/project/static/css/master.css
b/project/static/css/master.css
index
87262b5
..
a80c82b
100644
(file)
--- a/
project/static/css/master.css
+++ b/
project/static/css/master.css
@@
-86,3
+86,18
@@
textarea {
overflow-y: scroll;
overflow-x: hidden;
}
+
+.errorlist {
+ color: red;
+ margin: 0 20px 0 0;
+ padding: 0;
+ float: left;
+}
+
+.errorlist:before {
+ content: '';
+ clear: both;
+}
+p {
+ margin: 0;
+}
\ No newline at end of file