Remove un-needed style.css

This commit is contained in:
Kai Hendry
2013-07-14 03:58:03 +00:00
parent 2417e50a97
commit b43d6534ac
5 changed files with 0 additions and 5 deletions

View File

@@ -41,7 +41,6 @@ cat <<END
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Fetching tweets of $id</title> <title>Fetching tweets of $id</title>
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/style.css">
</head> </head>
<body> <body>
<div class="container"> <div class="container">

View File

@@ -6,7 +6,6 @@ tweets.txt
/bootstrap/css/bootstrap.min.css /bootstrap/css/bootstrap.min.css
/bootstrap/css/bootstrap-responsive.min.css /bootstrap/css/bootstrap-responsive.min.css
/bootstrap/img/glyphicons-halflings.png /bootstrap/img/glyphicons-halflings.png
/style.css
/jquery.js /jquery.js
NETWORK: NETWORK:
* *

View File

@@ -7,7 +7,6 @@
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css"> <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-responsive.min.css">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="/style.css">
</head> </head>
<body> <body>

View File

@@ -9,7 +9,6 @@
<link rel="apple-touch-icon-precomposed" href="http://a0.twimg.com/profile_images/1206037111/greptweet.png"> <link rel="apple-touch-icon-precomposed" href="http://a0.twimg.com/profile_images/1206037111/greptweet.png">
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css"> <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-responsive.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script> <script>
function getCookie( oName ) { function getCookie( oName ) {
var splitcookie = document.cookie.split( "; " ), x, cookiepair; var splitcookie = document.cookie.split( "; " ), x, cookiepair;

View File

@@ -1 +0,0 @@
#users li { display: inline; }