fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed critical bug: new parts not added to version control after creation.
[redakcja.git]
/
project
/
static
/
css
/
master.css
diff --git
a/project/static/css/master.css
b/project/static/css/master.css
index
b413b2c
..
44bd62e
100644
(file)
--- a/
project/static/css/master.css
+++ b/
project/static/css/master.css
@@
-38,6
+38,7
@@
body {
padding: 0.2em 1em;
}
+/*
ul {
margin: 20px;
padding: 0;
@@
-47,7
+48,7
@@
li {
margin: 0;
padding: 0;
list-style: none;
-}
+}
*/
a {
text-decoration: none;