documentation feature v1 (add, read)
This commit is contained in:
15
style.css
15
style.css
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user