fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New fnpdjango app with lots of common utils.
[prawokultury.git]
/
prawokultury
/
static
/
css
/
base.css
diff --git
a/prawokultury/static/css/base.css
b/prawokultury/static/css/base.css
index
db64390
..
aa0c016
100644
(file)
--- a/
prawokultury/static/css/base.css
+++ b/
prawokultury/static/css/base.css
@@
-15,7
+15,19
@@
a {
a:hover {
text-decoration: underline; }
a:hover {
text-decoration: underline; }
+img {
+ border: 0; }
+
h1 {
h1 {
- margin: 0;
+ margin: 0
0 .5em 0
;
color: #01519a;
font-size: 2em; }
color: #01519a;
font-size: 2em; }
+
+.warning {
+ border: 1px solid #ddd;
+ padding: 1em;
+ background: #ffd;
+ font-size: 1.3em; }
+
+.notice {
+ font-size: 1.3em; }