Button plus with color, more cool

This commit is contained in:
Diego Najar 2019-02-02 16:15:46 +01:00
parent 43923882cd
commit 75ac3c3400
2 changed files with 27 additions and 2 deletions

View File

@ -18,11 +18,23 @@ img {
max-width: 100%;
}
pre, code {
background: #f8f8f8;
color: #333;
}
pre {
background: #eee;
border-left: 2px solid #ccc;
padding: 10px;
}
code {
display: inline-block;
padding: 0 0.5em;
line-height: 1.4em;
border-radius: 3px;
}
table {
empty-cells: show;
border: 1px solid #cbcbcb;
@ -60,6 +72,7 @@ blockquote {
font-style: italic;
}
/* Paginator */
.paginator {
margin-top: 20px;

View File

@ -19,11 +19,23 @@ img {
}
pre, code {
background: #f8f8f8;
color: #333;
}
pre {
background: #eee;
border-left: 2px solid #ccc;
padding: 10px;
}
code {
display: inline-block;
padding: 0 0.5em;
line-height: 1.4em;
border-radius: 3px;
}
table {
empty-cells: show;
border: 1px solid #cbcbcb;