mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Build of the site
This commit is contained in:
@@ -52,12 +52,15 @@ pre
|
||||
|
||||
pre code, li code, td code, code
|
||||
{
|
||||
border-radius: 4px;
|
||||
/*border-radius: 4px;*/
|
||||
white-space: pre-wrap;
|
||||
padding:1px 4px;
|
||||
background: #eee;
|
||||
background-color: white;
|
||||
margin: 0 !important;
|
||||
padding: 0;
|
||||
/*padding:1px 4px;*/
|
||||
/*background: #eee;*/
|
||||
/* color: #444; */
|
||||
border: 1px solid #d9d9d9;
|
||||
/*border: 1px solid #d9d9d9;*/
|
||||
}
|
||||
|
||||
code {
|
||||
@@ -81,4 +84,4 @@ code {
|
||||
/* Changing from font-awesome 4 to 5, the class pull-right was removed */
|
||||
.pull-right {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,11 +150,11 @@ pre {
|
||||
font-family: Menlo, Monaco, "Courier New", monospace;
|
||||
}
|
||||
code {
|
||||
padding: .25em .5em;
|
||||
/*padding: .25em .5em;*/
|
||||
font-size: 85%;
|
||||
color: #bf616a;
|
||||
background-color: #f9f9f9;
|
||||
border-radius: 3px;
|
||||
/*background-color: #f9f9f9;*/
|
||||
/*border-radius: 3px;*/
|
||||
}
|
||||
pre {
|
||||
display: block;
|
||||
@@ -173,7 +173,7 @@ pre code {
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
color: inherit;
|
||||
background-color: transparent;
|
||||
/*background-color: transparent;*/
|
||||
}
|
||||
.highlight {
|
||||
margin-bottom: 1rem;
|
||||
|
||||
33
docs/css/wtf.css
Normal file
33
docs/css/wtf.css
Normal file
@@ -0,0 +1,33 @@
|
||||
h1, h2, h3 {
|
||||
letter-spacing: 0.25px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
pre code {
|
||||
padding-left: 8px !important;
|
||||
}
|
||||
|
||||
.list-bare {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.list-bare li {
|
||||
margin: 2px 0 0 12px;
|
||||
}
|
||||
|
||||
.sidebar-list-item-1 {
|
||||
font-size: 0.9em;
|
||||
margin: 0 0 0 12px;
|
||||
}
|
||||
|
||||
.sidebar-list-item-2 {
|
||||
font-size: 0.9em;
|
||||
margin: 0 0 0 24px;
|
||||
}
|
||||
Reference in New Issue
Block a user