Merge branch 'master' of http://127.0.0.1:8080/scm/git/12306
This commit is contained in:
commit
f9f59da192
@ -59,6 +59,10 @@ body {
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
}
|
||||
input:focus,
|
||||
textarea:focus {
|
||||
outline: none;
|
||||
}
|
||||
img {
|
||||
border: 0 none;
|
||||
}
|
||||
|
@ -31,6 +31,7 @@ body {
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
}
|
||||
input:focus,textarea:focus{outline:none;}
|
||||
img {
|
||||
border: 0 none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user