Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
xurui3762791 committed Apr 18, 2015
1 parent 62f93bf commit 9402f82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
.DS_Store
4 changes: 4 additions & 0 deletions outdatedbrowser.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ html {
overflow: auto;
text-align: center;
}
.outdatedbrowser a {
border: 1px solid #fff;
}
.outdatedbrowser .browser {
text-decoration: blink;
padding: 30px 0 30px 0;
Expand All @@ -44,6 +47,7 @@ html {
.outdatedbrowser p {
display: block;
color: #333;
font-size: 18px;
$block
}
.outdatedbrowser p span {
Expand Down
4 changes: 4 additions & 0 deletions outdatedbrowser.styl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
$block
margin:0
padding:0

body,html
height:100%
@extend $block
Expand All @@ -13,6 +14,8 @@ body,html
z-index: 999
overflow: auto
text-align: center
a
border:1px solid #fff
.browser
text-decoration: blink;
padding:30px 0 30px 0
Expand All @@ -30,6 +33,7 @@ body,html
h2,h4,p
display:block
color:#333
font-size:18px
$block
p
span
Expand Down

0 comments on commit 9402f82

Please sign in to comment.