Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Really fix URL rewriting. | P. J. McDermott | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Fix URL rewriting. | P. J. McDermott | 2012-05-27 | 1 | -2/+3 |
| | |||||
* | Make rewrite rule final. | P. J. McDermott | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Move "contact". | P. J. McDermott | 2012-05-27 | 1 | -0/+0 |
| | |||||
* | Rewrite URLs. | P. J. McDermott | 2012-05-27 | 1 | -0/+3 |
| | |||||
* | Add "contact" page. | P. J. McDermott | 2012-05-26 | 1 | -0/+11 |
| | |||||
* | Increase navigation item horizontal padding. | P. J. McDermott | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Fix header height. | P. J. McDermott | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Add padding to header. | P. J. McDermott | 2012-05-26 | 1 | -2/+2 |
| | |||||
* | Condense navigation item horizontal padding. | P. J. McDermott | 2012-05-26 | 1 | -2/+1 |
| | |||||
* | Be more verbose in selectors. | P. J. McDermott | 2012-05-26 | 1 | -3/+3 |
| | |||||
* | Add horizontal padding to navigation items. | P. J. McDermott | 2012-05-26 | 1 | -0/+1 |
| | |||||
* | Really increase height of navigation. | P. J. McDermott | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | 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 |