Skip to content

Commit

Permalink
decreased line size of formulas
Browse files Browse the repository at this point in the history
  • Loading branch information
bodirsky committed Sep 6, 2018
1 parent e07d82e commit 2b50bcd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: goxygen
Type: Package
Title: Documentation package for modular GAMS code
Version: 0.9.1
Date: 2018-07-09
Version: 0.10.0
Date: 2018-09-06
Authors@R: c(person("Jan Philipp", "Dietrich", email = "[email protected]", role = c("aut","cre")))
Description: A collection of tools which allow to manipulate and analyze code.
Imports: pander, stringi, lucode
URL: https://github.com/pik-piam/goxygen, https://doi.org/10.5281/?
BugReports: https://github.com/pik-piam/goxygen/issues
License: BSD_2_clause + file LICENSE
LazyData: no
RoxygenNote: 6.0.1
ValidationKey: 1612611
RoxygenNote: 6.1.0
ValidationKey: 1778000
12 changes: 12 additions & 0 deletions inst/templates/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ summary {

#TOC { float: right; border: 1px solid gray; background-color: #F2F2F2; padding-right: 5px; margin-left: 5px;}

/**
* Reduce font size of formulas to same font size as text
*/
span.math.inline {
font-size: 85%;
}

span.math.display {
font-size: 85%;
}


/**
* Correct `inline-block` display not defined in IE 8/9.
*/
Expand Down

0 comments on commit 2b50bcd

Please sign in to comment.