Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase height of navigation. | P. J. McDermott | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Try to float navigation to right... | P. J. McDermott | 2012-05-26 | 1 | -5/+2 |
| | |||||
* | Try to float navigation to right.. | P. J. McDermott | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Try to float navigation to right. | P. J. McDermott | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Fix logo floating. | P. J. McDermott | 2012-05-26 | 1 | -0/+1 |
| | |||||
* | Hide "Skip to body" anchor. | P. J. McDermott | 2012-05-26 | 1 | -0/+4 |
| | |||||
* | Remove sublist styles. | P. J. McDermott | 2012-05-26 | 1 | -18/+0 |
| | |||||
* | Fix logo anchor. | P. J. McDermott | 2012-05-26 | 1 | -0/+1 |
| | |||||
* | Fix logo anchor? | P. J. McDermott | 2012-05-26 | 1 | -0/+4 |
| | |||||
* | Make logo transparent. | P. J. McDermott | 2012-05-26 | 1 | -0/+0 |
| | |||||
* | Add "main.css". | P. J. McDermott | 2012-05-26 | 1 | -0/+118 |
| | |||||
* | Remove "?" logo from header. | P. J. McDermott | 2012-05-26 | 1 | -22/+5 |
| | |||||
* | Add logo. | P. J. McDermott | 2012-05-26 | 2 | -0/+62 |
| | |||||
* | Update navigation hyperlinks. | P. J. McDermott | 2012-05-26 | 1 | -10/+9 |
| | |||||
* | Remove stray "<title>" element. | P. J. McDermott | 2012-05-26 | 1 | -1/+0 |
| | |||||
* | Fix path to "news.html". | P. J. McDermott | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Fix mode of "index.html". | P. J. McDermott | 2012-05-26 | 1 | -0/+0 |
| | |||||
* | Write "includes" files. | P. J. McDermott | 2012-05-26 | 4 | -90/+74 |
| | |||||
* | Use relative paths in old Web pages. | P. J. McDermott | 2012-05-26 | 4 | -16/+16 |
| | | | | | | | | | | | | | | | Editing commands: $ for file in old/*; do \ > mv ${file} ${file}.tmp; \ > sed 's@http://os.pehjota.net/@@' ${file}.tmp > ${file}; \ > rm ${file}.tmp; \ > done $ for file in old/*; do \ > mv ${file} ${file}.tmp; \ > sed 's@/main.css@main.css@' ${file}.tmp > ${file}; \ > rm ${file}.tmp; \ > done | ||||
* | Use old "index.html". | P. J. McDermott | 2012-05-26 | 1 | -0/+90 |
| | |||||
* | Add old Web pages. | P. J. McDermott | 2012-05-26 | 6 | -0/+518 |
| | |||||
* | Add ".htaccess" file. | P. J. McDermott | 2012-05-26 | 1 | -0/+2 |