Skip to content

Commit

Permalink
Merge pull request #10 from traction/development
Browse files Browse the repository at this point in the history
Minor style and copy changes.
  • Loading branch information
TheSeg authored Mar 6, 2017
2 parents 06dd2eb + 8267719 commit e53f714
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ h1 {
font-size: 30pt;

small {
font-size: 0.5em;
font-size: .5em;
}

a {
Expand Down
17 changes: 12 additions & 5 deletions _sass/tablemaths.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// scss-lint:disable IdSelector
// Used directly in TableMaths display.

#tmhl {
Expand All @@ -22,25 +23,31 @@
color: $main-color;
font-family: 'Lucida Grande', Helvetica, Arial;
font-size: 12px;


a {
text-decoration: underline;
color: $main-color;
}

h1 {
margin: 0 0 12px;
background-color: transparent;
color: $main-color;
font-size: 18px;
font-weight: bold;

small {
font-size: 12px;
}
}

.tm-report {
font-weight: bold;
}

.tm-report-element {
margin-bottom: 10px;

.tm-report-heading {
font-weight: bold;
}
Expand Down
1 change: 1 addition & 0 deletions _sass/traction-sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $traction-sidenav-border: #636362;
.logo-container {
background-color: $traction-sidenav-bg-01;
padding: 24px 0 12px 2px;

@media ($meida-small-max) {
padding: 7px 0 0 10px;
}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Bonus</h2>
<h2>Compatibility</h2>
<p>Currently tested in Firefox, Safari, and Chrome.</p>

<h2>Authors</h2>
<h2>Contributers</h2>
<ul>
<li><a href="https://github.com/ggilder">Gabriel Gilder</a></li>
<li><a href="https://github.com/TheSeg">John "Seg" Seggerson</a></li>
Expand All @@ -31,5 +31,5 @@ <h2>Authors</h2>
<h2><a href="./releases.html">Release Notes</a></h2>

<div class="footer">
get the source code on GitHub : <a href="https://github.com/traction/TableMaths">traction/TableMaths</a>
<a href="https://github.com/traction/TableMaths">Get the source code on GitHub.</a>
</div>

0 comments on commit e53f714

Please sign in to comment.