Skip to content

Commit 52d9d44

Browse files
author
mrmrs
committed
Update version number and homepage design
1 parent c4d8a70 commit 52d9d44

File tree

42 files changed

+287
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+287
-254
lines changed

components/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Components
4343
</a>
4444
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
45-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-ns">
45+
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-l">
4646
GitHub
4747
</a>
4848
</nav>

css/tachyons.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,9 +1157,9 @@ code, .code { font-family: Consolas, monaco, monospace; }
11571157
/* Can combine this with overflow-hidden to make background images grow on hover
11581158
* even if you are using background-size: cover */
11591159
.grow { transition: transform .2s; }
1160-
.grow:hover { transform: scale( 1.05 ); }
1160+
.grow:hover { transition: transform .2s; transform: scale( 1.05 ); }
11611161
.grow-large { transition: transform .2s; }
1162-
.grow-large:hover { transform: scale( 1.2 ); }
1162+
.grow-large:hover { transform: scale( 1.2 ); transition: transform .2s; }
11631163
/* Add pointer on hover */
11641164
.pointer:hover { cursor: pointer; }
11651165
/*

css/tachyons.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/debug/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
Components
4545
</a>
4646
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
47-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-ns">
47+
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-l">
4848
GitHub
4949
</a>
5050
</nav>

docs/elements/forms/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
Components
4646
</a>
4747
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
48-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-ns">
48+
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-l">
4949
GitHub
5050
</a>
5151
</nav>

docs/elements/images/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
Components
4545
</a>
4646
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
47-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-ns">
47+
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-l">
4848
GitHub
4949
</a>
5050
</nav>

docs/elements/links/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
Components
4545
</a>
4646
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
47-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-ns">
47+
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-l">
4848
GitHub
4949
</a>
5050
</nav>

docs/elements/lists/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
Components
4545
</a>
4646
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
47-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-ns">
47+
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-l">
4848
GitHub
4949
</a>
5050
</nav>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
Components
4545
</a>
4646
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
47-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-ns">
47+
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-l">
4848
GitHub
4949
</a>
5050
</nav>

docs/layout/box-sizing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
Components
4545
</a>
4646
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
47-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-ns">
47+
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-l">
4848
GitHub
4949
</a>
5050
</nav>

0 commit comments

Comments
 (0)