diff --git a/doc_config/yard/templates/default/fulldoc/html/css/global.css b/doc_config/yard/templates/default/fulldoc/html/css/global.css index 4291303b..a876b3ea 100644 --- a/doc_config/yard/templates/default/fulldoc/html/css/global.css +++ b/doc_config/yard/templates/default/fulldoc/html/css/global.css @@ -43,3 +43,20 @@ ul, ol { margin-left: 1em; padding-left: 1em; } + +p, blockquote { + margin-bottom: 1.25em; +} + +blockquote { + font-style: italic; + padding-top: 0; + padding-bottom: 0; + padding-left: 1em; +} + +blockquote p { + font-size: inherit; + font-weight: inherit; + line-height: inherit; +} diff --git a/doc_config/yard/templates/default/fulldoc/html/css/style.css b/doc_config/yard/templates/default/fulldoc/html/css/style.css index e1efb658..0d629119 100644 --- a/doc_config/yard/templates/default/fulldoc/html/css/style.css +++ b/doc_config/yard/templates/default/fulldoc/html/css/style.css @@ -91,7 +91,7 @@ h4 + h5 { #menu, #search { height: 6rem; line-height: 6rem; - text-transform: uppercase; + font-size: 1.1em; } #main { top: 6rem; @@ -99,10 +99,9 @@ h4 + h5 { #menu { float: left; - letter-spacing: 1px; padding-left: 2em; position: relative; - width: 30em; + width: 45em; } #menu .noframes { @@ -111,7 +110,6 @@ h4 + h5 { #search { float: right; - font-size: 0.9em; } #search ul { @@ -201,6 +199,7 @@ h4 + h5 { padding: 10px; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,0.4); + font-size: 0.9em; } #footer a { diff --git a/doc_config/yard/templates/default/layout/html/breadcrumb.erb b/doc_config/yard/templates/default/layout/html/breadcrumb.erb index 323dc8a4..51ffec7d 100644 --- a/doc_config/yard/templates/default/layout/html/breadcrumb.erb +++ b/doc_config/yard/templates/default/layout/html/breadcrumb.erb @@ -5,7 +5,7 @@ » <% end %> <% if @contents || @file %> - <%= @breadcrumb_title %> + <%= @breadcrumb_title.sub(/\AFile: /, "") %> <% elsif object.is_a?(CodeObjects::Base) %> <%= @breadcrumb.map {|obj| "" + linkify(obj, obj.name) + "" }.join(" » ") %> <%= @breadcrumb.size > 0 ? " » " : "" %> diff --git a/doc_config/yard/templates/default/layout/html/footer.erb b/doc_config/yard/templates/default/layout/html/footer.erb new file mode 100644 index 00000000..171d9417 --- /dev/null +++ b/doc_config/yard/templates/default/layout/html/footer.erb @@ -0,0 +1,6 @@ +