From c8d964df05a0247fc12dc4ac4df02f2b01d08c74 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 19 Jun 2015 23:35:30 +0200 Subject: [PATCH] * doc/org/syntax.css: Fix syntax. --- doc/org/syntax.css | 1744 ++++++++++++++++++++++---------------------- 1 file changed, 870 insertions(+), 874 deletions(-) diff --git a/doc/org/syntax.css b/doc/org/syntax.css index ed1eebe5c..50a3323d8 100644 --- a/doc/org/syntax.css +++ b/doc/org/syntax.css @@ -1,875 +1,871 @@ - +a { + color: inherit; + background-color: inherit; + font: inherit; + text-decoration: inherit; +} +a:hover { + text-decoration: underline; +}