1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

Merge branch 'master' of git+ssh://pasky.or.cz/srv/git/elinks

This commit is contained in:
Witold Filipczyk 2010-08-12 08:10:22 +02:00 committed by Witold Filipczyk
commit 9574b38abe
2 changed files with 8 additions and 2 deletions

View File

@ -555,6 +555,9 @@ Simen Graaten <simeng@slarkware.com>
Simon Josefsson <simon@josefsson.org>
GnuTLS improvements
Simon Ruderich <simon@ruderich.org>
Minor documentation updates
Simon Wilkinson <simon@sxw.org.uk>
Support for X509 client certificates

View File

@ -2,7 +2,9 @@
* document.css.stylesheet to "user.css". If you prefer another directory
* or filename, put the appropriate pathname in document.css.stylesheet.
* ELinks will assume that the path is relative to the its configuration
* directory if it does not begin with a slash. */
* directory if it does not begin with a slash.
*
* To use colors document.colors.use_document_colors must be set to 1 or 2! */
body {
/* Don't like the default colours? No problem: */
@ -39,7 +41,8 @@ h1 {
color: lightgoldenrod !important;
}
/* The following specifies colors used in the HTML highlighting. */
/* The following specifies colors used in the HTML highlighting. Elinks must
* be compiled with --enable-html-highlight to use them. */
document { color: yellow }
element { color: lightgreen }
entity-reference { color: red }