From 4601bce38ed2c58999ae97cbddb95c056157b703 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 10 Dec 2019 10:47:51 +0900 Subject: css: use css at task page and some design update Signed-off-by: Kuninori Morimoto --- wiki/css | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 wiki/css (limited to 'wiki') diff --git a/wiki/css b/wiki/css deleted file mode 100644 index e4f5cf0..0000000 --- a/wiki/css +++ /dev/null @@ -1,28 +0,0 @@ -h1 { - background-color: #bbffff; -} - -h2 { - background-color: #ddffff; -} - - -table { - border-collapse: collapse; - border: solid 1px gray; - background-color: #fff2d9; -} - -table th { - background-color: #ffdd99; - border: solid 1px gray; -} - -table td { - border: solid 1px gray; -} - -pre { - background-color: #e5ffe5; - border: solid 1px gray; -} \ No newline at end of file -- cgit v1.2.3