Updated CSS
This commit is contained in:
parent
ec7232187c
commit
09ad797f85
|
@ -20,15 +20,14 @@
|
|||
|
||||
.w-my-html-table {
|
||||
padding: 5px;
|
||||
margin: 20px 10px;
|
||||
font-size: 13px;
|
||||
width: 99%;
|
||||
word-break: break-word;
|
||||
margin-bottom: 30px;
|
||||
/*! margin: 20px auto; */
|
||||
/*! margin-right: 20px; */
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 10px;
|
||||
background-color: #d9edf7 !important;
|
||||
border-radius: 5px !important;
|
||||
margin-top: 40px !important;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.w-my-html-table td {
|
||||
|
@ -46,8 +45,8 @@
|
|||
}
|
||||
|
||||
.w-my-html-table-file {
|
||||
margin-bottom: 50px;
|
||||
margin-top: -20px;
|
||||
/*! margin-bottom: 50px; */
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.w-my-html-table-file td {
|
||||
|
@ -58,10 +57,10 @@
|
|||
Table Of Contents (TOC)
|
||||
*******************************/
|
||||
.toc_container {
|
||||
background: #f9f9f9 none repeat scroll 0 0;
|
||||
background: #f9f9f9 none repeat scroll 0 0 !important;
|
||||
border: 1px solid #eee;
|
||||
display: table;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
padding: 5px 15px;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
@ -80,6 +79,7 @@ Table Of Contents (TOC)
|
|||
|
||||
.toc_list_container ul li {
|
||||
list-style: outside none none !important;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.toc_list_container ul li a:visited {
|
||||
|
|
Loading…
Reference in New Issue