first commit
This commit is contained in:
22
dist/application/assets/css/clear.css
vendored
Normal file
22
dist/application/assets/css/clear.css
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #fff;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
ul,
|
||||
li {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.content {
|
||||
float: left;
|
||||
width: calc(100% - 200px);
|
||||
margin-left: 200px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user