summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.htaccess2
-rwxr-xr-x.htstatic2
-rw-r--r--includes/style.css27
-rw-r--r--software.txt8
4 files changed, 11 insertions, 28 deletions
diff --git a/.htaccess b/.htaccess
index 4e1755e..a41bec3 100755
--- a/.htaccess
+++ b/.htaccess
@@ -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/.htstatic b/.htstatic
index 4e1755e..a41bec3 100755
--- a/.htstatic
+++ b/.htstatic
@@ -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/)
-----------------------------------------------------------------------