File: css.html

package info (click to toggle)
python-openstackdocstheme 1.20.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,248 kB
  • sloc: python: 255; makefile: 160
file content (12 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Bootstrap CSS -->
<link href="{{pathto('_static/css/bootstrap.min.css', 1)}}" rel="stylesheet">

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

<!-- Fonts -->
<link href="{{pathto('_static/css/font-awesome.min.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">