File: css.html

package info (click to toggle)
python-openstackdocstheme 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,008 kB
  • sloc: javascript: 8,326; python: 544; makefile: 162; sh: 152
file content (15 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Bootstrap CSS -->
<link href="{{pathto('_static/css/bootstrap.min.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">

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

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