Adjust page width to ~12 words

This commit is contained in:
Neale Pickett 2009-11-11 00:17:26 -06:00
parent ed9b4b94ac
commit b572dcda41
4 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,5 @@
body {
max-width: 40em;
max-width: 35em;
background-color: #eee;
}

BIN
geneweb.cgi Executable file

Binary file not shown.

3
gitweb.cgi Executable file
View File

@ -0,0 +1,3 @@
#! /bin/sh
GITWEB_CONFIG=/home/neale/public_html/projects/gitweb.conf /usr/lib/cgi-bin/gitweb.cgi "$@"

View File

@ -1,10 +1,10 @@
Title: The 3-minute HTML tutorial
As computer formats go, HTML are really easy and logical. It's all just
text that you can edit with any basic text editor, like gedit nder
Gnome, or notepad in Windows. Let's start out with an example. Say you
have a sentence, and you want one word in it to be bold. That sentence
would look like this:
As computer formats go, HTML is easy and logical. It's all just text
that you can edit with any basic text editor, like gedit under Gnome, or
notepad in Windows. Let's start out with an example. Say you have a
sentence, and you want one word in it to be bold. That sentence would
look like this:
Guess which word is <b>bold</b>?