about summary refs log tree commit diff homepage
path: root/www/menu.css
diff options
context:
space:
mode:
authorDominic Chen <d.c.ddcc@gmail.com>2013-07-25 10:45:32 +0100
committerDominic Chen <d.c.ddcc@gmail.com>2013-07-25 10:45:32 +0100
commit6ae711b1d900bffbca407fe97d5e5ce97745dff1 (patch)
treeda6a64772f9440601c7b0efd816b06c40bdf90d8 /www/menu.css
parent7d76de96751796cca076e021575fafd459eef6fb (diff)
downloadklee-6ae711b1d900bffbca407fe97d5e5ce97745dff1.tar.gz
move website to separate repo
Diffstat (limited to 'www/menu.css')
-rw-r--r--www/menu.css39
1 files changed, 0 insertions, 39 deletions
diff --git a/www/menu.css b/www/menu.css
deleted file mode 100644
index 6e96a457..00000000
--- a/www/menu.css
+++ /dev/null
@@ -1,39 +0,0 @@
-/***************/
-/* page layout */
-/***************/
-
-[id=menu] {
-	position:fixed;
-	width:25ex;
-}
-[id=content] {
-	/* *****  EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
-	position:absolute;
-  left:29ex;
-	padding-right:4ex;
-}
-
-/**************/
-/* menu style */
-/**************/
-
-#menu .submenu {
-	padding-top:1em;
-	display:block;
-}
-
-#menu label {
-	display:block;
-	font-weight: bold;
-	text-align: center;
-	background-color: rgb(192,192,192);
-}
-#menu a {
-	padding:0 .2em;
-	display:block;
-	text-align: center;
-	background-color: rgb(235,235,235);
-}
-#menu a:visited {
-	color:rgb(100,50,100);
-}
\ No newline at end of file