Commit 81ebda93 by Alex Bush

search

1 parent 9ddfee93
Showing with 10 additions and 9 deletions
<!doctype html>
<html lang="ru">
<head>
<title>Minecraft style | <%= title %></title>
<title>Minecraft style</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
......@@ -33,6 +34,7 @@
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
......@@ -50,14 +52,13 @@
<ul class="nav pull-right">
<li class="divider-vertical"></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Пошукать <b class="caret"></b></a>
<div class="dropdown-menu" style="padding: 15px; padding-bottom: 0px;">
<form class="form-search">
<input type="text" class="input-medium search-query">
<button type="submit" class="btn">Шукать</button>
</form>
</div>
</li>
</ul>
</div><!-- /.nav-collapse -->
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!