mirror of https://github.com/docker/docs.git
styles.css: include code-highlight styles in main css document
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
4a7d872cbe
commit
1c2a455346
|
@ -45,7 +45,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/pygments/perldoc.css" id="pygments">
|
||||
<link rel="stylesheet" href="/css/style.css" id="pagestyle">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
@import "buttons";
|
||||
@import "content";
|
||||
@import "utilities";
|
||||
@import "perldoc";
|
||||
@import "github";
|
||||
@import "overrides";
|
||||
@import "mobile";
|
||||
|
|
Loading…
Reference in New Issue