convert spaces to tabs, removed netbeans project files

This commit is contained in:
Peter Liebetrau 2019-01-20 14:20:20 +01:00
parent fa08109830
commit f3a5f16fc1
8 changed files with 118 additions and 136 deletions

View file

@ -1,23 +1,23 @@
#cookienotice-label {
float: left;
width: 300px;
margin-top: 10px;
float: left;
width: 300px;
margin-top: 10px;
}
#cookienotice-text {
float: left;
margin-top: 10px;
width: 400px;
height: 150px;
float: left;
margin-top: 10px;
width: 400px;
height: 150px;
}
#cookienotice-submit {
margin-top: 15px;
margin-top: 15px;
}
.cookienotice {
text-align: center;
width: 100%;
margin-top: 25px;
font-size: 20px;
text-align: center;
width: 100%;
margin-top: 25px;
font-size: 20px;
}