diff options
-rw-r--r-- | css/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 5fa6acb..75caa77 100644 --- a/css/styles.css +++ b/css/styles.css @@ -410,6 +410,8 @@ table.timers { table.timers tr td { padding: 3px 7px 3px 3px; + background: url(bg_line.png) bottom repeat-x; + border-bottom: 1px solid #C0C1DA; } table.timers tr td.border { |