9a30b3950a
fix erroneous style
2017-01-21 21:38:48 -08:00
ba0fbe1928
Merge pull request #58 from Gravatronics/customstyles-hover
...
Fix :hover selector in customstyles.css
2017-01-21 21:36:08 -08:00
bd54f1e8e1
Merge pull request #59 from Gravatronics/customstyles-font-color
...
Replace invalid font-color with color in customstyles.css
2017-01-21 21:35:59 -08:00
1d4a1381c0
Merge pull request #60 from Gravatronics/customstyles-media
...
Fix concatenation of media queries in customstyles.css
2017-01-21 21:35:50 -08:00
dfe9602384
Sidebar arrows should change content when open
...
The sidebar arrows should change content when they're open. There's a small bug in css/customstyles.css that prevents this; other parts of the style use 'active' instead of 'open' so it needs to here too.
This PR fixes it.
Since Font Awesome is already wired in, I think that their carets look nicer. Here's how:
```
.nav li > a > span:after {
font-family: FontAwesome;
content: "\f105";
}
.nav li.active > a > span:after {
font-family: FontAwesome;
content: "\f107";
}
```
2017-01-21 18:21:32 -08:00
bc52456062
Fix concatenation of media queries in customstyles.css
...
When concatenating multiple media queries, only the first `@media` is
necessary.
2016-12-28 21:43:57 +01:00
eff5496bf4
Replace invalid font-color with color in customstyles.css
2016-12-28 21:35:44 +01:00
530e7e5f27
Fix :hover selector in customstyles.css
2016-12-28 21:29:12 +01:00
2db15f4e4d
misc. fixes for reported issues
2016-11-09 22:34:40 -08:00
b69693e0fb
improved installation instructions
2016-10-07 18:58:20 -07:00
2a76114fac
fixing a style with the faq layout
2016-07-30 20:21:14 -07:00
06673e2de9
added include template for images and refined documentation for alerts and callouts include templates
2016-06-06 10:00:01 -07:00
5e74b9a837
fixing style in complex user map
2016-06-03 06:34:57 -07:00
15ee5146da
demo of complex user map content
2016-06-02 22:23:24 -07:00
dfc0659653
added demo of a more complex map
2016-06-01 12:39:53 -07:00
afbbd50fa1
added workflow example
2016-05-30 22:34:25 -07:00
a5a14aaf5a
updates
2016-05-30 17:16:52 -07:00
1f4bf78619
updated install instructions
2016-05-30 16:53:12 -07:00
4063deecea
some minor updates
2016-05-02 10:20:17 -07:00
8100e01ecf
fixing small error in sidebar include code
2016-04-05 08:32:22 -07:00
25eeba31aa
adjusted sidebar heading style for subfolders
2016-03-25 22:47:56 -07:00
7f8a03d876
added more clarity around installation instructions
2016-03-25 14:15:43 -07:00
283dfa3b73
color fix for sidebar, also added instructions for installing jekyll on windows
2016-03-23 23:07:59 -07:00
2791c87f38
style fix to improve the look of the third level of the sidebar items
2016-03-23 10:50:43 -07:00
c0cb9ce91f
small code fix for sidebar to use li for sidebartitle instead of div, which is not allowed inside ul
2016-03-23 10:41:31 -07:00
ae69b83a96
more updates to doc, some theme tweaks, finalizing the 5.0 release
2016-03-20 22:53:03 -07:00
7a869d7cd4
committing new version of jekyll doc theme -- 5.0, with some refinements to come with the documentation
2016-03-19 00:13:09 -07:00
b839b5edac
fixing typos in yaml tutorial topic
2016-02-17 08:41:12 -08:00
85fb9a9821
fix search, add yaml tutorial
2016-02-07 21:46:23 -08:00
923ede8c90
fixing scroll layout
2016-01-21 20:39:17 -08:00
fcae37b779
experimenting with algolia search
2016-01-21 17:29:06 -08:00
ccc0490aad
fixing typo
2015-12-30 15:08:24 -08:00
8fe116220b
small style fix
2015-12-13 08:35:17 -08:00
ee12a85c6d
removing the info about using bundler b/c people were getting errors and it was causing confusion unnecessarily. also made an edit to bootstrap's print media styling to allow color.
2015-12-02 14:44:42 -08:00
f8b960225e
releasing version 4.0 of the doc theme. Major overhaul to the theme. Now it supports multiple doc projects within the same project. The intent is to replicate CCMS behavior so that an entire team can work off of the same project, each operating somewhat independently or not on various subprojects.
2015-11-30 13:53:18 -08:00
44fed9602a
adjusted accordion feature by removing setting for this
...
You now have to manually adjust a few things in the sidebar.html if you
do not want the accordion feature.
2015-09-22 15:43:59 -07:00
729d03f2b6
Fixed an issue in the configuration. The conditions.html file needs to specify different project names for the conditions. For some reason I had both writers and designers outputs with the same site.project name, which caused the conditional filtering feature not to work. This is fixed now.
2015-09-08 13:14:30 -07:00
a36f29bc14
fix hover color for button on top nav bar
2015-08-23 21:39:29 -07:00
b47087cf7b
updated image style to 100%
2015-08-22 00:04:09 -07:00
094d706582
content updates
2015-08-12 23:35:12 -07:00
e564f65040
content updates
2015-08-12 15:57:05 -07:00
860da7c786
content updates
2015-08-12 10:52:05 -07:00
6cab011d1b
version 3.0 of the theme -- complete overhaul
2015-08-11 16:48:17 -07:00
6d98971517
Made sidebar configurable based on product, platform, version properties in configuration file. Also added ability to add series that link together pages.
2015-05-17 19:01:41 -07:00
ab51a49622
Made it so index.html in permalink is now an option in the config file. Made lots of other general improvements to the customjavascript.js file and various other parts of theme.
2015-05-13 12:13:56 -07:00
d7b96aa0d2
Added instructions for creating navtabs. Added documentation for configuration file options. Made a few style tweaks. Moved mini-TOC to float on the right. Redid the styling for the mini-TOC bar.
2015-05-12 21:21:29 -07:00
18e31994f2
major updates across the theme to make it more user-centered
2015-05-05 14:06:11 -07:00
a149eca341
added tooltip instruction
2015-04-23 15:34:05 -07:00
87a2516498
fixed print instructions
2015-04-22 12:30:54 -07:00
149f9b2f6d
content updates
2015-04-21 11:47:52 -07:00