Compare commits
2 Commits
0e78ba2a44
...
4af53c7f37
| Author | SHA1 | Date | |
|---|---|---|---|
| 4af53c7f37 | |||
| 9eda56d836 |
Vendored
+1
-1
@@ -96,7 +96,7 @@ html, button, input, select, textarea, a {
|
|||||||
|
|
||||||
/* Headings - Dark Grey */
|
/* Headings - Dark Grey */
|
||||||
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h6, .lead, blockquote, .text-seperator h5, strong, b, .feature-link, .more, pre, .icon-thirds li em:before{
|
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h6, .lead, blockquote, .text-seperator h5, strong, b, .feature-link, .more, pre, .icon-thirds li em:before{
|
||||||
color: #2f353f;
|
color: #083a49;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* White Text */
|
/* White Text */
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<li><a href="https://provider.mermsemr.com">Providers</a></li>
|
<li><a href="https://provider.mermsemr.com">Providers</a></li>
|
||||||
<li><a href="https://myfit.mermsemr.com">myFit App</a></li>
|
<li><a href="https://myfit.mermsemr.com">myFit App</a></li>
|
||||||
<li><a href="/contact">Contact</a></li>
|
<li><a href="/contact">Contact</a></li>
|
||||||
<li><a href="/team">Team</a></li>
|
<li><a href="/team">About</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Copyright Info -->
|
<!-- Copyright Info -->
|
||||||
<div class="foot left">© Copyright MermsEMR 2020</div>
|
<div class="foot left">© Copyright MermsEMR <?=date("Y")?></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -8,10 +8,6 @@
|
|||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
<!-- End Feature Wrapper -->
|
<!-- End Feature Wrapper -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="outter-wrapper">
|
<div class="outter-wrapper">
|
||||||
<!-- Start Main Body -->
|
<!-- Start Main Body -->
|
||||||
<div class="main-container">
|
<div class="main-container">
|
||||||
@@ -21,7 +17,7 @@
|
|||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
|
|
||||||
<div class="text-seperator">
|
<div class="text-seperator">
|
||||||
<h5>About Our Team</h5>
|
<h5>About us</h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
@@ -99,12 +95,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Finish Main Content -->
|
<!-- Finish Main Content -->
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- #main -->
|
</div> <!-- #main -->
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Vendored
+3
-3
@@ -41,7 +41,7 @@ body {
|
|||||||
section #pages {
|
section #pages {
|
||||||
float: right;
|
float: right;
|
||||||
width: 525px;
|
width: 525px;
|
||||||
background: transparent url('../images/light-page_shadow.png') repeat-y top left;
|
/*background: transparent url('../images/light-page_shadow.png') repeat-y top left;*/
|
||||||
padding: 0px 0px 0px 50px;
|
padding: 0px 0px 0px 50px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -53,11 +53,11 @@ section #pages {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
section #pages .top_shadow {
|
section #pages .top_shadow {
|
||||||
background: transparent url('../images/light-page_shadow_top.png') no-repeat top left;
|
/*background: transparent url('../images/light-page_shadow_top.png') no-repeat top left;*/
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
section #pages .bottom_shadow {
|
section #pages .bottom_shadow {
|
||||||
background: transparent url('../images/light-page_shadow_bottom.png') no-repeat top left;
|
/*background: transparent url('../images/light-page_shadow_bottom.png') no-repeat top left;*/
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
}
|
}
|
||||||
section #pages div.page {
|
section #pages div.page {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user