aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-05 01:10:23 +0000
committerng0 <ng0@n0.is>2019-03-05 01:10:23 +0000
commit7ff4f5d008a72da6ee122baebbec0582dc71eb0a (patch)
treeb7dbdd10dcb797e9473ef0b13a15f9cabc90f7f2 /doc/handbook
parent1a852fb4df6edd585bd308b6fc2cfd58dc21ed4b (diff)
downloadgnunet-7ff4f5d008a72da6ee122baebbec0582dc71eb0a.tar.gz
gnunet-7ff4f5d008a72da6ee122baebbec0582dc71eb0a.zip
fix css
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/manual.css2
-rw-r--r--doc/handbook/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/handbook/manual.css b/doc/handbook/manual.css
index 404525dc2..0fe08b83c 100644
--- a/doc/handbook/manual.css
+++ b/doc/handbook/manual.css
@@ -1,6 +1,6 @@
1/* Style-sheet to use for manuals (copied from Emacs) */ 1/* Style-sheet to use for manuals (copied from Emacs) */
2 2
3@import url('/style.css'); 3@import url('style.css');
4 4
5/* makeinfo 6.5 converts @quotation to <blockquote>. Highlight them. */ 5/* makeinfo 6.5 converts @quotation to <blockquote>. Highlight them. */
6blockquote { 6blockquote {
diff --git a/doc/handbook/style.css b/doc/handbook/style.css
index 0c4525437..e5271197b 100644
--- a/doc/handbook/style.css
+++ b/doc/handbook/style.css
@@ -1,6 +1,6 @@
1/* This stylesheet is used by manuals and a few older resources. */ 1/* This stylesheet is used by manuals and a few older resources. */
2 2
3@import url('/reset.css'); 3@import url('reset.css');
4 4
5 5
6/*** PAGE LAYOUT ***/ 6/*** PAGE LAYOUT ***/