Skip to content

Commit

Permalink
Bump v3.3.6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
SAKATA Sinji committed Nov 26, 2015
1 parent bd1dcc1 commit 55ddd54
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 447 deletions.
46 changes: 23 additions & 23 deletions dist/assets/css/example.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
color: #fff;
background-color: #55acee;
border-color: #4ca7ed;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.btn-twitter:focus, .btn-twitter.focus {
color: #fff;
Expand Down Expand Up @@ -55,15 +55,15 @@
color: #fff;
background-color: #3b5998;
border-color: #385591;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.btn-facebook:focus, .btn-facebook.focus {
color: #fff;
Expand Down Expand Up @@ -101,15 +101,15 @@
color: #fff;
background-color: #178fde;
border-color: #1689d5;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.btn-hatebu:focus, .btn-hatebu.focus {
color: #fff;
Expand Down Expand Up @@ -296,17 +296,17 @@ section.section .subtitle h2 {
background-position: center center;
-webkit-background-size: contain;
background-size: contain;
opacity: 0.3;
opacity: .3;
}

.featured .subtitle h2 {
font-size: 24px;
}
.featured ul.featured-list a {
opacity: 0.7;
opacity: .7;
}
.featured ul.featured-list a:hover, .featured ul.featured-list a:active, .featured ul.featured-list a:focus {
opacity: 0.5;
opacity: .5;
}
.featured ul.featured-list li {
padding: 6px 20px;
Expand All @@ -316,13 +316,13 @@ section.section .subtitle h2 {
background: #fff;
}
.thumbnail > a:hover, .thumbnail > a:active, .thumbnail > a:focus {
opacity: 0.7;
opacity: .7;
}

footer {
padding: 40px 0;
color: #ecf0f1;
background-color: #333333;
background-color: #333;
}
footer .copyright {
padding-top: 10px;
Expand Down
Loading

0 comments on commit 55ddd54

Please sign in to comment.