Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
* Chinese language translation now included (zh_CN) - thanks goes to <a
href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
* Removed
some un-necessary styles (timeline title/content font-size+font-family
declerations)
  • Loading branch information
Evan Herman committed Nov 12, 2014
1 parent 518044c commit c9d33ef
Show file tree
Hide file tree
Showing 7 changed files with 814 additions and 14 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Timeline Express v1.0.3
Timeline Express v1.0.4
================

Timeline express allows you to create a vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
Expand All @@ -19,6 +19,12 @@ Timeline express allows you to create a vertical animated and responsive timelin
* Highly extensible
* Translatable

**Translated**

Timeline express comes ready for translation. I would love to get things translated to as many languages as possible. At the moment the following translations are available for Timeline Express

* English
* Chinese (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>

### Installation

Expand Down Expand Up @@ -90,6 +96,10 @@ Have an idea for a future release feature? I love hearing about new ideas! You c


### Changelog
###### 1.0.4
* Chinese language translation now included (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
* Removed title and content style declerations for font-size and font-family styles

###### 1.0.3
* Included new function to retain formatting in the announcement excerpt in the timeline (te_wp_trim_words_retain_formatting())

Expand Down
8 changes: 0 additions & 8 deletions css/timeline-express.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
border-radius: .25em;
padding: 1em;
box-shadow: 0 3px 0 #B9C5CD;
font-family: "Open Sans", sans-serif;
}
.cd-timeline-content:after {
content: "";
Expand All @@ -189,12 +188,6 @@
-moz-hyphens: auto;
hyphens: auto;
}
.cd-timeline-title-container h2 {
color: #303e49;
}
.cd-timeline-title {
font-size: 25px!important;
}
.cd-timeline-content .cd-date, .cd-timeline-content .cd-read-more {
display: inline-block;
}
Expand Down Expand Up @@ -415,7 +408,6 @@
}
.more-to-come {
margin: 10em 0 0;
font-family: "Open Sans";
padding: 1em 0;
font-weight: 200;
color: rgba(100, 100, 100, .46);
Expand Down
2 changes: 1 addition & 1 deletion css/timeline-express.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added languages/timeline-express-zh_CN.mo
Binary file not shown.
Loading

0 comments on commit c9d33ef

Please sign in to comment.