fix
This commit is contained in:
Vendored
+1
-1
@@ -134,7 +134,7 @@ h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h6, .lead, blockquote, .text-seperat
|
||||
|
||||
/* Header Nav - Dark Grey */
|
||||
.outter-wrapper.header-container, #nav ul, .widget-footer, .price h3, ol.graphs > li div.grey-btn, .btn.grey-btn {
|
||||
background: #2f353f;
|
||||
background: #3a6e90;
|
||||
}
|
||||
|
||||
/* Feature Button - Orange */
|
||||
|
||||
@@ -12,10 +12,8 @@
|
||||
<title>MermsEMR - Medical Encounter Record System</title>
|
||||
|
||||
<meta name="description" content="Enter Description">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/css/normalize.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
||||
<!-- Remove responsive.css is non-responsive needed -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/responsive.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/flexslider.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/font-awesome.css">
|
||||
@@ -25,9 +23,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
|
||||
<!-- Start Outter Wrapper -->
|
||||
@@ -36,7 +32,7 @@
|
||||
<!-- Start Main Navigation -->
|
||||
<div class="wrapper">
|
||||
<header class="clearfix">
|
||||
<a href="/" class="logo"><img src="/img/logo@2x.png" alt="Logo" /></a>
|
||||
<a href="/" class="logo"><img src="/img/merms-logo.png" alt="Logo" /></a>
|
||||
<nav id="nav-wrap">
|
||||
<ul class="nav" id="nav">
|
||||
<li class="nav-parent"><a class="active" href="/">Home</a>
|
||||
|
||||
Reference in New Issue
Block a user