Skip to content

Commit

Permalink
new site build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Nov 21, 2015
1 parent 5f5fa67 commit f1e5aac
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 7 deletions.
2 changes: 1 addition & 1 deletion site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<link href="./css/bootstrap-custom.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.015/css/hack.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.018/css/hack.min.css">
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
<link href="./css/base.css" rel="stylesheet">
Expand Down
51 changes: 51 additions & 0 deletions site/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,54 @@ div.source-links {
width: 263px;
}
}


/* Added to support >2 level nav in drop down */

.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: 0px;
margin-left: 0px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
display: block;
}

.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}

.dropdown-submenu.pull-left {
float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 00px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
2 changes: 1 addition & 1 deletion site/css/cinder.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Cinder Theme for MkDocs v0.9.1 | Copyright 2015 Christopher Simpkins | MIT License
Cinder Theme for MkDocs | Copyright 2015 Christopher Simpkins | MIT License
*/

body {
Expand Down
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<link href="./css/bootstrap-custom.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.015/css/hack.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.018/css/hack.min.css">
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
<link href="./css/base.css" rel="stylesheet">
Expand Down Expand Up @@ -349,5 +349,5 @@ <h4 class="modal-title" id="exampleModalLabel">Search</h4>

<!--
MkDocs version : 0.14.0
Build Date UTC : 2015-10-08 22:44:55.932313
Build Date UTC : 2015-11-21 03:34:26.754105
-->
4 changes: 2 additions & 2 deletions site/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<url>
<loc>None/</loc>
<lastmod>2015-10-08</lastmod>
<lastmod>2015-11-20</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>None/specimen/</loc>
<lastmod>2015-10-08</lastmod>
<lastmod>2015-11-20</lastmod>
<changefreq>daily</changefreq>
</url>

Expand Down
2 changes: 1 addition & 1 deletion site/specimen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.015/css/hack.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.018/css/hack.min.css">
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
<link href="../css/base.css" rel="stylesheet">
Expand Down

0 comments on commit f1e5aac

Please sign in to comment.