projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39633e2
)
add default for h* tag items
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Wed, 10 Feb 2016 06:13:30 +0000
(07:13 +0100)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Wed, 10 Feb 2016 06:13:30 +0000
(07:13 +0100)
web/brisk.css
patch
|
blob
|
history
diff --git
a/web/brisk.css
b/web/brisk.css
index
75b4975
..
30dc209
100644
(file)
--- a/
web/brisk.css
+++ b/
web/brisk.css
@@
-38,6
+38,37
@@
body {
align: center;
}
+h1 {
+ font-size: 200%;
+ margin: 0px;
+}
+
+h2 {
+ font-size: 180%;
+ margin: 0px;
+}
+
+h3 {
+ font-size: 160%;
+ margin: 0px;
+}
+
+h4 {
+ font-size: 140%;
+ margin: 0px;
+}
+
+h5 {
+ font-size: 120%;
+ margin: 0px;
+}
+
+h6 {
+ font-size: 110%;
+ margin: 0px;
+}
+
+
div {
font-size: 100%;
}