Skip to content

Commit

Permalink
fixing css styling issues in error_page
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Ramirez committed Sep 6, 2014
1 parent 334da22 commit 3578c13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dashboard/error_detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<link type="text/css" rel="stylesheet" href="/comments/css/style.css">
<link type="text/css" rel="stylesheet" href="/comments/css/example.css">

<link type="text/css" rel="stylesheet" href="/rating/css/style.css">
<link type="text/css" rel="stylesheet" href="/rating/css/example.css">

<!-- HTML5 shim and Respond.js IE8 support of HTML5 tooltipss and media queries -->
<!--[if lt IE 9]>
Expand Down
1 change: 0 additions & 1 deletion dashboard/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
header("Location: /dashboard/login");
}
else{
//require("../database.php");
require("../userLog.php");

$username = $_SESSION['username'];
Expand Down
1 change: 0 additions & 1 deletion database.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
$dbUsername = 'scala_master';
$dbUserPassword = 'Tw3n+ysof+9Ly';


$con = new mysqli($dbHost,$dbUsername,$dbUserPassword,$dbName);

function getNumRows($type, $param, $query)
Expand Down
4 changes: 2 additions & 2 deletions rating/css/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* WebCodo Header Stylesheet */

@import url(http://fonts.googleapis.com/css?family=Varela+Round);
body{ background: #f5f5f5; font: 12px 'Segoe UI', 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0;}
h1, h2, h3, h4, h5{font-family: 'Segoe UI', 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0; font-weight: lighter;}


a{ color: #000000; text-decoration: none; }
a img{ border: none;}
a:hover{ text-decoration: underline;}
Expand Down

0 comments on commit 3578c13

Please sign in to comment.