fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed text update.
[redakcja.git]
/
project
/
static
/
css
/
master.css
diff --git
a/project/static/css/master.css
b/project/static/css/master.css
index
6ba367b
..
dbf5c77
100644
(file)
--- a/
project/static/css/master.css
+++ b/
project/static/css/master.css
@@
-1,6
+1,6
@@
body {
margin: 0;
body {
margin: 0;
- font: 1
0pt
Helvetica, Verdana, sans-serif;
+ font: 1
2px
Helvetica, Verdana, sans-serif;
overflow: hidden;
background: #AAA;
}
overflow: hidden;
background: #AAA;
}
@@
-399,3
+399,14
@@
text#commit-dialog-message {
top: auto;
bottom: auto;
height: 40px;
top: auto;
bottom: auto;
height: 40px;
+}
+
+.buttontoolbarview {
+ display: block;
+ background-color: #CCC;
+}
+
+.buttontoolbarview a {
+ color: #000;
+ text-decoration: none;
+}