Button plus with color, more cool
This commit is contained in:
parent
43923882cd
commit
75ac3c3400
|
@ -18,11 +18,23 @@ img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre, code {
|
||||||
|
background: #f8f8f8;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background: #eee;
|
border-left: 2px solid #ccc;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0 0.5em;
|
||||||
|
line-height: 1.4em;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
empty-cells: show;
|
empty-cells: show;
|
||||||
border: 1px solid #cbcbcb;
|
border: 1px solid #cbcbcb;
|
||||||
|
@ -60,6 +72,7 @@ blockquote {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Paginator */
|
/* Paginator */
|
||||||
.paginator {
|
.paginator {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
|
@ -19,11 +19,23 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
pre, code {
|
||||||
|
background: #f8f8f8;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background: #eee;
|
border-left: 2px solid #ccc;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0 0.5em;
|
||||||
|
line-height: 1.4em;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
empty-cells: show;
|
empty-cells: show;
|
||||||
border: 1px solid #cbcbcb;
|
border: 1px solid #cbcbcb;
|
||||||
|
|
Loading…
Reference in New Issue