diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-01 12:53:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 12:53:23 +0100 |
commit | 14bc6d05d3aa9b8ebed3a9067abed956af3a4393 (patch) | |
tree | b7c01c94ba99321c3479cfca838fdf156ef80181 /res | |
parent | 8bbecd7b09d4cab00165caee269a8176b4007f48 (diff) | |
download | ichtml-14bc6d05d3aa9b8ebed3a9067abed956af3a4393.tar.gz ichtml-14bc6d05d3aa9b8ebed3a9067abed956af3a4393.tar.bz2 ichtml-14bc6d05d3aa9b8ebed3a9067abed956af3a4393.zip |
Update default.css
Diffstat (limited to 'res')
-rw-r--r-- | res/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/default.css b/res/default.css index 631e12e..326f1ae 100644 --- a/res/default.css +++ b/res/default.css @@ -15,13 +15,13 @@ img { a {
text-decoration: none;
- margin: 0;
- padding: 10px;
}
.button {
display: block;
background: #eee;
+ margin: 0;
+ padding: 10px;
}
.button:hover {
|