mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore(config) #DivBorder -> .border
This commit is contained in:
parent
6dd45ff241
commit
d5909f5a37
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@
|
|||
margin: 5%;
|
||||
}
|
||||
|
||||
#config #DivBorder{
|
||||
#config .border{
|
||||
width : 300px;
|
||||
margin : 10% auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div id="DivBorder">
|
||||
<div class="border">
|
||||
<ul class="list" >
|
||||
<li><span><input type="checkbox" id="appcache" {{ appcache }} ></input></span><label for="appcache"> App cache</label></li>
|
||||
<li><span><input type="checkbox" id="analytics" {{ analytics }} ></input></span><label for="analytics"> Analytics</label></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue