diff --git a/_includes/views-list.html b/_includes/views-list.html new file mode 100644 index 00000000..36bb87ca --- /dev/null +++ b/_includes/views-list.html @@ -0,0 +1,7 @@ +* Grid (simple) +* Grid (SlickGrid) +* Map +* Choropleth Map +* Graph +* Timeline +* Multiview (combines views) \ No newline at end of file diff --git a/css-site/style.css b/css-site/style.css index f6fc5641..e08cb53e 100644 --- a/css-site/style.css +++ b/css-site/style.css @@ -66,11 +66,20 @@ a:hover { font-weight:400; letter-spacing:-1px; line-height: 32px; + text-shadow: none !important; + color: #ffffff; } .navbar .nav > li > a { padding: 15px 10px; font-size: 13px; + text-shadow: none !important; + color: #999999; +} + +.navbar .nav > li > a:focus, +.navbar .nav > li > a:hover { + color: #ffffff; } .navbar .divider-vertical { diff --git a/docs/tutorial-grids.markdown b/docs/tutorial-grids.markdown new file mode 100644 index 00000000..20632f5f --- /dev/null +++ b/docs/tutorial-grids.markdown @@ -0,0 +1,52 @@ +--- +layout: container +title: Grids - Advanced use of grids in Recline - Tutorial +recline-deps: true +root: ../ +--- + +
- Documentation » - Tutorials » - Demos » + Documentation » + Tutorials » + Demos »