Skip to content

Commit

Permalink
Small improvements for v.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPanoz committed Apr 22, 2016
1 parent 76f3e36 commit 569b019
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions src/Soma.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ aside, figure, figcaption, nav, section {
margin: 0;
padding: 0;
}
nav[epub|type~='toc'] ol li {
nav[epub|type~='toc'] ol li,
#toc ol li {
list-style: none !important;
}
nav[epub|type~='landmarks'],nav[epub|type~='page-list'] {
Expand All @@ -41,10 +42,10 @@ body {
line-height: 1.5;
widows: 2;
orphans: 2;
-webkit-hyphenate-limit-lines: 3;
-ms-hyphenate-limit-lines: 3;
-moz-hyphenate-limit-lines: 3;
hyphenate-limit-lines: 3;
-webkit-hyphenate-limit-lines: 2;
-ms-hyphenate-limit-lines: 2;
-moz-hyphenate-limit-lines: 2;
hyphenate-limit-lines: 2;
}

h1, h2, h3, h4, h5, h6,
Expand Down Expand Up @@ -144,19 +145,19 @@ pre {
margin: 1.5em 0 1.5em 5%;
word-wrap: break-word;
white-space: pre-wrap;
-ms-tab-size: 4;
-moz-tab-size: 4;
-webkit-tab-size: 4;
tab-size: 4;
-ms-tab-size: 2;
-moz-tab-size: 2;
-webkit-tab-size: 2;
tab-size: 2;
}

hr {
width: 25%;
margin: 1.4375em 37.5%;
height: 1px;
background-color: #171717;
height: 0;
border: none;
border-top: 1px solid #EAEAEA;
border-top: 0.125em solid currentColor;
opacity: 0.5;
}

em {
Expand Down Expand Up @@ -236,7 +237,7 @@ img.cover {
width: auto;
max-width: 100%;
height: 100%;
max-height: 99vh;
max-height: 95vh;
}

@media amzn-kf8 {
Expand Down Expand Up @@ -309,4 +310,4 @@ img.cover {
font-size: medium;
margin-top: 3em;
}
}
}
Binary file modified src/Soma.ulstyle
Binary file not shown.

0 comments on commit 569b019

Please sign in to comment.