diff options
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index 793e662..b9e0df6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -42,7 +42,17 @@ div.head_box { color: black; } - +button.smallbutton { + width: 51px; + height: 17px; + background-color: inherit; + background-image: url(button_blue.png); + color: #FFFFFF; + font-size: 15px; + border: 0px; + vertical-align: middle; + text-align: center; +} table.event { width: 250px; |