Module: website Branch: master Commit: 446934b192e99e7f544ffffad434f96e74472f0e URL: https://source.winehq.org/git/website.git/?a=commit;h=446934b192e99e7f544fff...
Author: Francois Gouget fgouget@free.fr Date: Sat Jun 19 18:52:39 2021 +0200
css: Fix the spelling of a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/css/styles.css b/css/styles.css index 6dbda392..cf76dcc2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -125,7 +125,7 @@ SPAN.link:active { color: #FF0000; text-decoration: none; } /* blockquote */ blockquote { font-size: inherit; }
-/* horizonal rules */ +/* horizontal rules */ HR { border-top: 1px solid #d4d4d4; }
/* DIV styles */ @@ -612,4 +612,4 @@ BODY.rtl { margin-left: 10px; }
-} \ No newline at end of file +}