mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-23 21:41:06 -05:00
Changes for Bootstrap 3 ... pretty painful
This commit is contained in:
11
index.html
11
index.html
@@ -1,11 +1,11 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html manifest="greptweet.appcache">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta charset="utf-8">
|
||||
<title>Grepping twitter backup</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.min.css">
|
||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap-theme.min.css">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
</head>
|
||||
|
||||
@@ -15,13 +15,13 @@
|
||||
<div class="content">
|
||||
|
||||
<ul class="breadcrumb">
|
||||
<li><a id="home" href="/">Home</a> <span class="divider">/</span></li>
|
||||
<li><a id="home" href="/">Home</a> </li>
|
||||
<li id="name" class="active">You are here</li>
|
||||
</ul>
|
||||
|
||||
<div class="well">
|
||||
<input type="search" spellcheck="false" class="input-medium search-query">
|
||||
<button type="submit" class="btn btn-large btn-primary"><i class="icon-search"></i> Greptweet</button>
|
||||
<input type="search" spellcheck="false" class="search-query form-control">
|
||||
<button type="submit" class="btn btn-primary btn-lg"><i class="glyphicon glyphicon-search"></i> Greptweet</button>
|
||||
</div>
|
||||
|
||||
<div id="results"></div>
|
||||
@@ -35,6 +35,5 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user