George Hartzell 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
2016-10-07 18:58:20 -07:00
2016-12-13 21:41:15 -05:00
2016-07-06 17:45:00 -07:00
2016-10-07 18:58:20 -07:00
2017-01-10 15:40:37 -08:00
2016-11-30 09:09:53 -08:00
2016-12-13 21:41:15 -05:00
2017-01-10 15:40:37 -08:00
2016-10-07 19:12:59 -07:00
2016-09-04 17:42:00 +04:00
2016-12-06 15:20:09 -08:00
2016-11-30 09:09:53 -08:00
2016-09-04 21:42:54 -07:00
2016-09-04 21:42:54 -07:00
Description
Documentation for PSI's Merlin clusters.
https://hpce.pages.psi.ch/
26 MiB
Languages
HTML 51.2%
CSS 38.5%
JavaScript 5.8%
Shell 3%
Ruby 0.8%
Other 0.7%