projects
/
interimap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
060554e
)
doc/template.html: Justify paragraphs on larger screens.
author
Guilhem Moulin
<guilhem@fripost.org>
Fri, 5 Jul 2019 15:39:46 +0000
(17:39 +0200)
committer
Guilhem Moulin
<guilhem@fripost.org>
Fri, 5 Jul 2019 15:42:01 +0000
(17:42 +0200)
doc/template.html
patch
|
blob
|
history
diff --git
a/doc/template.html
b/doc/template.html
index 97062e3868dbbf858ede0389318ccd427b0cf819..a3a393827ac5fc345e79d6a574e092e97bd1ce60 100644
(file)
--- a/
doc/template.html
+++ b/
doc/template.html
@@
-24,6
+24,9
@@
$endif$
float: right;
margin-left: 1em;
}
+ .content p {
+ text-align: justify;
+ }
}
@media(max-width: 1440px) { .container{ max-width: 1080px; } }
@media(max-width: 1280px) { .container{ max-width: 960px; } }
@@
-64,6
+67,7
@@
$endif$
$endif$
$body$
+</div>
<footer>
<hr/>
@@
-80,6
+84,5
@@
$endif$
</div>
</footer>
</div>
-</div>
</body>
</html>