1
0
mirror of synced 2024-11-23 13:36:01 +03:00
select2/docs/_layouts/home.html
2015-04-24 03:09:41 +02:00

23 lines
633 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 %}
{% include ga.html %}
</body>
</html>