Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
49d805a7
Commit
49d805a7
authored
Oct 27, 2013
by
metzlerd
Browse files
Changed base style to use em; usits.
parent
b75565df
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/FrxFieldTable.inc
View file @
49d805a7
...
...
@@ -18,7 +18,7 @@ class FrxFieldTable extends FrxTemplate {
$tr
=
$this
->
addNode
(
$tbody
,
8
,
'tr'
);
$th
=
$this
->
addNode
(
$tr
,
10
,
'th'
,
$col
);
if
(
$r
==
1
)
{
$th
->
setAttribute
(
'
width'
,
'300
'
);
$th
->
setAttribute
(
'
style'
,
'width: 25em;
'
);
}
$td
=
$this
->
addNode
(
$tr
,
10
,
'td'
,
'{'
.
$col
.
'}'
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment