chore(config) #DivBorder -> .border

This commit is contained in:
coderaiser 2013-11-06 11:00:37 +00:00
parent 6dd45ff241
commit d5909f5a37
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
margin: 5%;
}
#config #DivBorder{
#config .border{
width : 300px;
margin : 10% auto;
}

View file

@ -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>