Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-02-09 09:49:11 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-02-09 09:49:11 +0300
commit4e1e9740a97c19a6579c3a65ff2d8384a31afa46 (patch)
tree7631e4eded4abec08b81d8f3fd78256d0f869066
parent6e37b595d1acc1495041b4be7aac8185ab1b115d (diff)
Removed unnecessary transition style
-rw-r--r--static/css/main.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 606a8a3..4d353af 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -46,7 +46,6 @@ main {
.header-text .sns-links a:hover {
border-color: rgba(255, 255, 255, 0.9);
color: rgba(255, 255, 255, 0.9);
- transition: color,border-color 0.1s linear;
}
.header-text h1 {
@@ -97,7 +96,6 @@ main {
.global-footer .sns-links a:hover {
border: 1px solid rgba(0, 0, 0, 0.8);
color: rgba(0, 0, 0, 0.7);
- transition: color,border-color 0.1s linear;
}
/* Article */
@@ -107,10 +105,6 @@ main {
transition: color 0.1s linear;
}
-.article-list h2 a:hover {
- transition: color 0.1s linear;
-}
-
.post-meta {
margin: 5px 0;
}
@@ -131,7 +125,6 @@ main {
.post-tag a:hover {
background-color: rgba(0, 0, 0, 1.0);
color: rgba(255, 255, 255, 1.0);
- transition: color,border-color,background-color 0.1s linear;
}
.not-found h1 {
@@ -160,10 +153,6 @@ pre code {
transition: background-color 0.1s linear;
}
-.pager li>a:hover {
- transition: background-color 0.1s linear;
-}
-
blockquote {
font-style:italic;
}