diff options
-rwxr-xr-x | .htaccess | 2 | ||||
-rwxr-xr-x | .htstatic | 2 | ||||
-rw-r--r-- | includes/style.css | 27 | ||||
-rw-r--r-- | software.txt | 8 |
4 files changed, 11 insertions, 28 deletions
@@ -3,6 +3,6 @@ AddDefaultCharset utf-8 Options +Multiviews DirectoryIndex index AddEncoding x-gzip .gz -AddType application/xml;qs=0.6 .xml +AddType application/xhtml+xml;qs=0.6 .xml AddType text/plain;qs=0.5 .txt AddType text/turtle;qs=0.1 .ttl @@ -3,6 +3,6 @@ AddDefaultCharset utf-8 Options +Multiviews DirectoryIndex index AddEncoding x-gzip .gz -AddType application/xml;qs=0.6 .xml +AddType application/xhtml+xml;qs=0.6 .xml AddType text/plain;qs=0.5 .txt AddType text/turtle;qs=0.1 .ttl diff --git a/includes/style.css b/includes/style.css index 1382be0..46258df 100644 --- a/includes/style.css +++ b/includes/style.css @@ -1,26 +1,7 @@ /* See COPYING file for copyright, license and warranty details. */ -body { - font-family: sans-serif; - max-width: 75%; - margin: auto; -} - -h1 { - text-align: center; - font-size: 1.6em; -} - -h2 { - font-size: 1.2em; - font-weight: normal; - border-bottom: thin solid black; -} - +body { font-family: sans-serif; width: 45em; max-width: 85%; margin: auto; } +h1 { text-align: center; font-size: 1.6em; } +h2 { font-size: 1.2em; font-weight: normal; border-bottom: thin solid black; } a { text-decoration: none; } - -div#footer { - border-top: thin solid black; - margin-top: 6ex; - font-size: xx-small; -} +div#footer { border-top: thin solid black; margin-top: 6ex; font-size: xx-small; } diff --git a/software.txt b/software.txt index 8067de4..391336f 100644 --- a/software.txt +++ b/software.txt @@ -38,11 +38,13 @@ or need. My distribution of choice, within which [I am active](http://bugs.gentoo.org/buglist.cgi?email1=gentoo-bugs%40njw.me.uk&emailassigned_to1=1&emailreporter1=1&emailcc1=1&emailtype1=substring) in reporting and fixing bugs. I created the ebuild for the -[icecat](http://www.gnu.org/software/gnuzilla/) package. +[icecat](http://www.gnu.org/software/gnuzilla/) package and modified +the kernel eclass to enable automatic deblobbing with +[linux libre](http://www.fsfla.org/svnwiki/selibre/linux-libre/). I also maintain a [personal overlay](http://git.njw.me.uk/cgit/cgit.cgi/njw-gentoo-local/) -of ebuilds I've built for it, including -[linux libre](http://www.fsfla.org/svnwiki/selibre/linux-libre/). +of ebuilds I've built for it. + [Scripts](scripts/) ----------------------------------------------------------------------- |