Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
remove min css
Browse files Browse the repository at this point in the history
  • Loading branch information
MerrickZ committed Feb 27, 2014
1 parent b6eb3e2 commit 8bf52ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 2.0/project/one2/www/css/one.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,14 @@
}

@media (width:720px)and(height:720px){
//Q10

}
@media (width:720px)and(height:1280px){
//Z30

}
@media (width:768px)and(height:1280px){
//z10

}
@media (width:1280px){
//z10&z30 landscape

}
1 change: 0 additions & 1 deletion 2.0/project/one2/www/css/one.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion 2.0/project/one2/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="css/bbui-min.css" />
<link rel="stylesheet" type="text/css" href="css/one.min.css" />
<link rel="stylesheet" type="text/css" href="css/one.css" />
<title>One</title>
</head>
<body>
Expand Down

0 comments on commit 8bf52ed

Please sign in to comment.