File: css.html

package info (click to toggle)
python-openstackdocstheme 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,372 kB
  • ctags: 422
  • sloc: makefile: 160; python: 126; pascal: 109
file content (9 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<!-- Bootstrap CSS -->
<link href="{{pathto('_static/css/bootstrap.css', 1)}}" rel="stylesheet">

<!-- Pygments CSS -->
<link href="{{pathto('_static/css/native.css', 1)}}" rel="stylesheet">

<!-- Custom CSS -->
<link href="{{pathto('_static/css/combined.css', 1)}}" rel="stylesheet">
<link href="{{pathto('_static/css/styles.css', 1)}}" rel="stylesheet">