NIFI-182: - Updating styles to better match the rest of the documentation. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/b375f015 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/b375f015 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/b375f015
Branch: refs/heads/develop Commit: b375f01519da33c24c2ad93d229e70918191838f Parents: 2437296 Author: Matt Gilman <[email protected]> Authored: Mon Dec 22 11:05:48 2014 -0500 Committer: Matt Gilman <[email protected]> Committed: Mon Dec 22 11:05:48 2014 -0500 ---------------------------------------------------------------------- .../src/main/enunciate/images/bg.png | Bin 99 -> 0 bytes .../src/main/enunciate/override.css | 45 ++++++++++++++----- 2 files changed, 34 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/b375f015/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/images/bg.png ---------------------------------------------------------------------- diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/images/bg.png b/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/images/bg.png deleted file mode 100644 index fda98e5..0000000 Binary files a/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/images/bg.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/b375f015/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/override.css ---------------------------------------------------------------------- diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/override.css b/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/override.css index a96d0a3..d2a95d7 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/override.css +++ b/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/override.css @@ -13,6 +13,13 @@ limitations under the License. */ +@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic|Noto+Serif:400,400italic,700,700italic|Droid+Sans+Mono:400"; + +html, html a { + -webkit-font-smoothing: antialiased; + text-shadow: 1px 1px 1px rgba(0,0,0,0.004); +} + #site-name { padding-left: 0; } @@ -56,7 +63,16 @@ .home { color: #444; - font-family: Verdana, Arial, Helvetica, sans-serif !important; + font-family: "Open Sans","DejaVu Sans",sans-serif !important; +} + +p { + font-family: 'Noto Serif', 'DejaVu Serif', serif; + font-size: 16px; +} + +p strong { + font-weight: bold; } a { @@ -68,6 +84,7 @@ a:hover { } .container { + width: 940px !important; padding: 0 10px; background-color: #fff; } @@ -77,9 +94,9 @@ a:hover { } #main p.note { - background: url(img/bg.png); - border: 1px solid #eee; - border-left: 4px solid #eee; + background-color: #fefefe; + border: 1px solid #ccc; + border-left: 6px solid #ccc; color: #666; display: block; margin-bottom: 12px; @@ -89,9 +106,9 @@ a:hover { /* tables */ table { - background: url(img/bg.png); - border: 1px solid #eee; - border-left: 4px solid #eee; + background-color: #fefefe; + border: 1px solid #ccc; + border-left: 6px solid #ccc; color: #666; display: block; margin-bottom: 12px; @@ -118,9 +135,9 @@ table tbody tr th { code { font-size: 14px; - background: url(img/bg.png); - border: 1px solid #eee; - border-left: 4px solid #eee; + background-color: #fefefe; + border: 1px solid #ccc; + border-left: 6px solid #ccc; color: #666; margin-bottom: 10px; padding: 5px 8px; @@ -133,6 +150,12 @@ code { border-top: 3px solid #eee; } +/* width */ + .span-18 { - width: 776px !important; + width: 916px !important; +} + +.span-20 { + width: 935px !important; } \ No newline at end of file
