don't commit backup files!

This commit is contained in:
Manuel Friedli 2015-03-26 17:54:43 +01:00
parent 58807057fc
commit ee9391eab6
1 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
body {
}
div.wrapper {
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
width: 50%;
}
textarea.input {
background-color: #f8f8f8;
border-color: #f0f0f0;
border-radius: 0.5em;
border-width: 1px;
display: block;
font-family: sans-serif;
font-size: 80%;
height: 150px;
padding: 0.1em 0.3em;
width: 100%;
}
textarea.input:focus,textarea.input:hover {
background-color: #fff;
border-color: #000;
}
input.conversion {
}