documentation feature v1 (add, read)

This commit is contained in:
2013-10-09 13:24:39 +02:00
parent e7a4476dda
commit 190a78a5f9
8 changed files with 178 additions and 144 deletions

View File

@@ -1731,12 +1731,25 @@ img {
#doc #doc_links a {
padding:20px 0 20px 30px;
background:url(images/xls_24.png) 0 50% no-repeat;
background:url('images/raw_24.png') 0 50% no-repeat;
line-height:40px;
font-size:14px;
text-decoration:underline;
}
#doc #doc_links a.xls, #doc #doc_links a.xlsx {
background-image:url('images/xls_24.png');
}
#doc #doc_links a.doc, #doc #doc_links a.docx {
background-image:url('images/doc_24.png');
}
#doc #doc_links a.ppt, #doc #doc_links a.pptx {
background-image:url('images/ppt_24.png');
}
#doc #doc_links a.pdf {
background-image:url('images/pdf_24.png');
}
/* 404 */
#err_404 .h1_wrap h1 {