diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-15 17:09:08 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-15 17:09:08 +0000 |
commit | c1b3572d4d2d9737537441bf7e87f98de1b0075d (patch) | |
tree | 1bfcbfdedab1d8e7d112235b44836f650fb5da9b /basewiki/local.css | |
parent | 6a15bf7e60daf7552c0f4e4a23a8a708542ea2c7 (diff) | |
download | ikiwiki-c1b3572d4d2d9737537441bf7e87f98de1b0075d.tar ikiwiki-c1b3572d4d2d9737537441bf7e87f98de1b0075d.tar.gz |
* Add a stub local.css to avoid problems with 404's.
Diffstat (limited to 'basewiki/local.css')
-rw-r--r-- | basewiki/local.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basewiki/local.css b/basewiki/local.css new file mode 100644 index 000000000..a0dec8cfd --- /dev/null +++ b/basewiki/local.css @@ -0,0 +1,3 @@ +/* ikiwiki local style sheet */ + +/* Add local styling here, instead of modifying style.css. */ |