1
0
mirror of synced 2024-11-26 23:06:02 +03:00
select2/docs/_layouts/home.html
Kevin Brown 562669064b Called out 3.5.2 dodcs
Also migrated all of the links to the new location in the GitHub
organization.
2015-01-05 18:22:27 -05:00

21 lines
602 B
HTML

<!doctype html>
<html>
<head>
{% include head.html %}
<style type="text/css">
.navbar, .jumbotron { margin-bottom: 0; }
.jumbotron-side { padding-top: 2em; }
.notice-previous { background-color: #d9edf7; border-top: 1px solid #bce8f1; border-bottom: 1px solid #bce8f1; color: #31708f; padding: 0.5em; margin-bottom: 1em; text-align: center; }
.notice-previous a { font-weight: bold; }
</style>
</head>
<body>
{% include navigation.html %}
{{ content }}
{% include footer.html %}
</body>
</html>