some minor updates
This commit is contained in:
@ -934,7 +934,7 @@ a[href^="http://"]:after, a[href^="https://"]:after {
|
||||
}
|
||||
|
||||
/* Strip the outbound icon when this class is present */
|
||||
a[href^="http://own-domain.com"]:after,
|
||||
a[href].noCrossRef::after,
|
||||
a.no_icon:after {
|
||||
content:"" !important;
|
||||
padding-left: 0;
|
||||
@ -1000,15 +1000,6 @@ span.label.label-primary {
|
||||
}
|
||||
.col-lg-12 .nav li a {background-color: white}
|
||||
|
||||
li.sidebarTitle {
|
||||
margin-top:40px;
|
||||
font-weight:normal;
|
||||
font-size:130%;
|
||||
color: #ED1951;
|
||||
margin-bottom:10px;
|
||||
margin-left: 5px;
|
||||
|
||||
}
|
||||
|
||||
.nav li.active > a.subfoldersTitle {
|
||||
background-color: whitesmoke;
|
||||
@ -1026,4 +1017,21 @@ code + a > code {
|
||||
|
||||
table th code {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
ol li ul li ol li {
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
ol li ul li ol li ul li{
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
.post-content table th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table thead th code.highlighter-rouge {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
@ -90,4 +90,14 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic !im
|
||||
|
||||
div.sidebarTitle {
|
||||
color: #015CAE;
|
||||
}
|
||||
|
||||
li.sidebarTitle {
|
||||
margin-top:40px;
|
||||
font-weight:normal;
|
||||
font-size:130%;
|
||||
color: #ED1951;
|
||||
margin-bottom:10px;
|
||||
margin-left: 5px;
|
||||
|
||||
}
|
@ -86,4 +86,14 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;}
|
||||
|
||||
div.sidebarTitle {
|
||||
color: #E50E51;
|
||||
}
|
||||
|
||||
li.sidebarTitle {
|
||||
margin-top:40px;
|
||||
font-weight:normal;
|
||||
font-size:130%;
|
||||
color: #ED1951;
|
||||
margin-bottom:10px;
|
||||
margin-left: 5px;
|
||||
|
||||
}
|
Reference in New Issue
Block a user