summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix sidebar header style.P. J. McDermott2012-05-271-1/+1
|
* Clean up main/sidebar/body divs.P. J. McDermott2012-05-273-16/+15
|
* Fix font size units.P. J. McDermott2012-05-271-2/+2
|
* Add h1 and h2 styles.P. J. McDermott2012-05-271-0/+6
|
* Unify page title appearance.P. J. McDermott2012-05-273-14/+10
|
* Remove unnecessary div element.P. J. McDermott2012-05-271-1/+0
|
* Really really really really fix URL rewriting.P. J. McDermott2012-05-271-1/+1
|
* Really really really fix URL rewriting.P. J. McDermott2012-05-271-1/+1
|
* Really really fix URL rewriting.P. J. McDermott2012-05-271-1/+2
|
* Really fix URL rewriting.P. J. McDermott2012-05-271-1/+1
|
* Fix URL rewriting.P. J. McDermott2012-05-271-2/+3
|
* Make rewrite rule final.P. J. McDermott2012-05-271-1/+1
|
* Move "contact".P. J. McDermott2012-05-271-0/+0
|
* Rewrite URLs.P. J. McDermott2012-05-271-0/+3
|
* Add "contact" page.P. J. McDermott2012-05-261-0/+11
|
* Increase navigation item horizontal padding.P. J. McDermott2012-05-261-1/+1
|
* Fix header height.P. J. McDermott2012-05-261-1/+1
|
* Add padding to header.P. J. McDermott2012-05-261-2/+2
|
* Condense navigation item horizontal padding.P. J. McDermott2012-05-261-2/+1
|
* Be more verbose in selectors.P. J. McDermott2012-05-261-3/+3
|
* Add horizontal padding to navigation items.P. J. McDermott2012-05-261-0/+1
|
* Really increase height of navigation.P. J. McDermott2012-05-261-1/+1
|
* Increase height of navigation.P. J. McDermott2012-05-261-1/+1
|
* Try to float navigation to right...P. J. McDermott2012-05-261-5/+2
|
* Try to float navigation to right..P. J. McDermott2012-05-261-1/+1
|
* Try to float navigation to right.P. J. McDermott2012-05-261-1/+1
|
* Fix logo floating.P. J. McDermott2012-05-261-0/+1
|
* Hide "Skip to body" anchor.P. J. McDermott2012-05-261-0/+4
|
* Remove sublist styles.P. J. McDermott2012-05-261-18/+0
|
* Fix logo anchor.P. J. McDermott2012-05-261-0/+1
|
* Fix logo anchor?P. J. McDermott2012-05-261-0/+4
|
* Make logo transparent.P. J. McDermott2012-05-261-0/+0
|
* Add "main.css".P. J. McDermott2012-05-261-0/+118
|
* Remove "?" logo from header.P. J. McDermott2012-05-261-22/+5
|
* Add logo.P. J. McDermott2012-05-262-0/+62
|
* Update navigation hyperlinks.P. J. McDermott2012-05-261-10/+9
|
* Remove stray "<title>" element.P. J. McDermott2012-05-261-1/+0
|
* Fix path to "news.html".P. J. McDermott2012-05-261-1/+1
|
* Fix mode of "index.html".P. J. McDermott2012-05-261-0/+0
|
* Write "includes" files.P. J. McDermott2012-05-264-90/+74
|
* Use relative paths in old Web pages.P. J. McDermott2012-05-264-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. McDermott2012-05-261-0/+90
|
* Add old Web pages.P. J. McDermott2012-05-266-0/+518
|
* Add ".htaccess" file.P. J. McDermott2012-05-261-0/+2