https fonts, simplify overflow, and image max widths.
This commit is contained in:
parent
bdb99ae54b
commit
feec6b0ab5
@ -1,4 +1,4 @@
|
|||||||
@import url(http://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);
|
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding:50px;
|
padding:50px;
|
||||||
@ -68,8 +68,7 @@ pre {
|
|||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
border:1px solid #e5e5e5;
|
border:1px solid #e5e5e5;
|
||||||
overflow: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
@ -92,6 +91,10 @@ th {
|
|||||||
color:#444;
|
color:#444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
width:270px;
|
width:270px;
|
||||||
float:left;
|
float:left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user