projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d708f21
)
UI spring cleaning: THEAD headers
author
Ivan Kohler
<ivan@freeside.biz>
Sun, 14 Jun 2015 18:49:48 +0000
(11:49 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Sun, 14 Jun 2015 18:49:48 +0000
(11:49 -0700)
httemplate/elements/freeside.css
patch
|
blob
|
history
diff --git
a/httemplate/elements/freeside.css
b/httemplate/elements/freeside.css
index
6a1d238
..
0dbc414
100644
(file)
--- a/
httemplate/elements/freeside.css
+++ b/
httemplate/elements/freeside.css
@@
-266,12
+266,11
@@
thead th.grid {
padding-bottom: 2px;
border: none;
empty-cells: show;
- font-weight:normal;
+/* font-weight:normal; */
font-size:90%;
valign: bottom;
- color: #666666;
- background: #ffffff;
- border-bottom: 1px solid #666666;
+/* color: #666666; */
+ border-bottom: 1px solid #999999;
}
td.grid {