Skip to content

Commit

Permalink
minor updates to styles
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Jul 27, 2010
1 parent 016b936 commit 3d984ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions priv/static/erldocs.css
Expand Up @@ -22,6 +22,7 @@ h1, h2, h3, h4, h5, h6 {
p {
margin : 7px 0px 12px 0px;
color : #222;
line-height:135%;
}

h1 {
Expand Down
2 changes: 1 addition & 1 deletion priv/sys.conf
Expand Up @@ -2,7 +2,7 @@
[{erldocs,
[
% generated files will be stored in /priv/www/$name/
{name, "R14Aextra"},
{name, "R14A"},

% this is the path to the application directories that the docs will be
% build for, either src/ or doc/ should exist under these dirs, wildcard
Expand Down
1 change: 0 additions & 1 deletion src/erldocs.erl
Expand Up @@ -319,7 +319,6 @@ tr_erlref({term,[{id, Term}], _Child}, _Acc) ->
tr_erlref({lib,[],Lib}, _Acc) ->
{h1, [], [lists:flatten(Lib)]};
tr_erlref({module,[],Module}, _Acc) ->
io:format("wtf ~p~n",[lists:flatten(Module)]),
{h1, [], [lists:flatten(Module)]};
tr_erlref({modulesummary, [], Child}, _Acc) ->
{h2, [{class, "modsummary"}], Child};
Expand Down

0 comments on commit 3d984ba

Please sign in to comment.