Skip to content

Commit

Permalink
fixed style for toc
Browse files Browse the repository at this point in the history
  • Loading branch information
datazuul committed Nov 14, 2016
1 parent 8a9f90b commit 9825c13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions nbactions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,15 @@
<jpda.listen>maven</jpda.listen>
</properties>
</action>
<action>
<actionName>CUSTOM-mvn jetty:run -DmultiPatternResolvingFile=... (debug)</actionName>
<displayName>mvn jetty:run -DmultiPatternResolvingFile=... (debug)</displayName>
<goals>
<goal>jetty:run</goal>
</goals>
<properties>
<jpda.listen>maven</jpda.listen>
<multiPatternResolvingFile>/multiPatternResolving-local.yml</multiPatternResolvingFile>
</properties>
</action>
</actions>
2 changes: 1 addition & 1 deletion src/main/webapp/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ body {
}

.toc .toc-link {
font-size: initial;
font-size: 0.6em;
}

0 comments on commit 9825c13

Please sign in to comment.