diff options
-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 {
|