Adjust page width to ~12 words
This commit is contained in:
parent
ed9b4b94ac
commit
b572dcda41
|
@ -1,5 +1,5 @@
|
||||||
body {
|
body {
|
||||||
max-width: 40em;
|
max-width: 35em;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
GITWEB_CONFIG=/home/neale/public_html/projects/gitweb.conf /usr/lib/cgi-bin/gitweb.cgi "$@"
|
|
@ -1,10 +1,10 @@
|
||||||
Title: The 3-minute HTML tutorial
|
Title: The 3-minute HTML tutorial
|
||||||
|
|
||||||
As computer formats go, HTML are really easy and logical. It's all just
|
As computer formats go, HTML is easy and logical. It's all just text
|
||||||
text that you can edit with any basic text editor, like gedit nder
|
that you can edit with any basic text editor, like gedit under Gnome, or
|
||||||
Gnome, or notepad in Windows. Let's start out with an example. Say you
|
notepad in Windows. Let's start out with an example. Say you have a
|
||||||
have a sentence, and you want one word in it to be bold. That sentence
|
sentence, and you want one word in it to be bold. That sentence would
|
||||||
would look like this:
|
look like this:
|
||||||
|
|
||||||
Guess which word is <b>bold</b>?
|
Guess which word is <b>bold</b>?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue