summaryrefslogtreecommitdiff
path: root/style.css
AgeCommit message (Collapse)Author
2016-05-27css: attach icons to the <td>, not the <a>.Luke Shumaker
This has the downside that they are no longer clickable. It slightly alters both the vertical alignment of the icon and the link text; the link is now alligned with the other row text (though because of the space between them, it wasn't really perceptible). The icon is now actually aligned with a 4px vertical padding, which is what I always wanted.
2016-05-27index: add more information on symlinksLuke Shumaker
This requires the supporting CSS change of adding :first-of-type selectors for the icons, because there may now be 2 <a> elements on a row for links.
2016-05-23add an icon for symbolic linksLuke Shumaker
2016-04-16remove extra newlinesLuke Shumaker
2014-11-29load the archweb.css from style.css isntead of index.php; don't ID it.Luke Shumaker
2014-11-29Add copyright information to index.php and style.cssLuke Shumaker
2014-07-24initial commitParabola