fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix unicode issues with piwik
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
main
/
form.scss
diff --git
a/src/wolnelektury/static/scss/main/form.scss
b/src/wolnelektury/static/scss/main/form.scss
index
42e8675
..
3695d28
100755
(executable)
--- a/
src/wolnelektury/static/scss/main/form.scss
+++ b/
src/wolnelektury/static/scss/main/form.scss
@@
-8,8
+8,8
@@
form table {
padding-bottom: 1em;
}
- .required th:
after
{
- content: "
*
";
+ .required th:
before
{
+ content: "
*
";
}
.errorlist {