css edit after vendor update
This commit is contained in:
parent
c48adc23e9
commit
4b86b434eb
1 changed files with 9 additions and 10 deletions
9
_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css
generated
vendored
9
_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css
generated
vendored
|
@ -34,16 +34,15 @@ table{
|
||||||
border-spacing:0;
|
border-spacing:0;
|
||||||
background-color:#fff9f9;
|
background-color:#fff9f9;
|
||||||
border-left:1px red solid;
|
border-left:1px red solid;
|
||||||
border-right:1px red solid;
|
border-right:1px red solid; /*edit anybody */
|
||||||
|
margin-left:1rem;
|
||||||
margin-left:1rem
|
|
||||||
}
|
}
|
||||||
td,th{
|
td,th{
|
||||||
padding:0;
|
padding:0;
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
padding-right:1rem;
|
padding-right:1rem;
|
||||||
padding-left:1rem;
|
padding-left:1rem;
|
||||||
padding-bottom:.5rem;
|
padding-bottom:.5rem
|
||||||
}
|
}
|
||||||
td:not([align]),th:not([align]){
|
td:not([align]),th:not([align]){
|
||||||
text-align:left
|
text-align:left
|
||||||
|
@ -465,7 +464,7 @@ blockquote{
|
||||||
code { /*edited by anybody; added background color same as in pre above*/
|
code { /*edited by anybody; added background color same as in pre above*/
|
||||||
background-color: #fff5f5;
|
background-color: #fff5f5;
|
||||||
}
|
}
|
||||||
h2+p:first-letter{
|
h2+p:first-letter{
|
||||||
font-family:great vibes,cursive;
|
font-family:great vibes,cursive;
|
||||||
color:rgba(0,0,0,.8);
|
color:rgba(0,0,0,.8);
|
||||||
font-size:1.5em;
|
font-size:1.5em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue