-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making some sideNav styles less specific
- Loading branch information
Showing
5 changed files
with
18 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,9 @@ <h4>Introduction</h4> | |
|
||
<ul id="slide-out" class="side-nav"> | ||
<li><div class="userView"> | ||
<img class="background" src="images/office.jpg"> | ||
<div class="background"> | ||
<img src="images/office.jpg"> | ||
</div> | ||
<a href="#!user"><img class="circle" src="images/yuna.jpg"></a> | ||
<a href="#!name"><span class="white-text name">John Doe</span></a> | ||
<a href="#!email"><span class="white-text email">[email protected]</span></a> | ||
|
@@ -27,7 +29,9 @@ <h4>HTML Structure</h4> | |
<pre><code class="language-markup col s12"> | ||
<ul id="slide-out" class="side-nav"> | ||
<li><div class="userView"> | ||
<img class="background" src="images/office.jpg"> | ||
<div class="background"> | ||
<img src="images/office.jpg"> | ||
</div> | ||
<a href="#!user"><img class="circle" src="images/yuna.jpg"></a> | ||
<a href="#!name"><span class="white-text name">John Doe</span></a> | ||
<a href="#!email"><span class="white-text email">[email protected]</span></a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,7 +122,9 @@ <h4>Introduction</h4> | |
|
||
<ul id="slide-out" class="side-nav"> | ||
<li><div class="userView"> | ||
<img class="background" src="images/office.jpg"> | ||
<div class="background"> | ||
<img src="images/office.jpg"> | ||
</div> | ||
<a href="#!user"><img class="circle" src="images/yuna.jpg"></a> | ||
<a href="#!name"><span class="white-text name">John Doe</span></a> | ||
<a href="#!email"><span class="white-text email">[email protected]</span></a> | ||
|
@@ -138,7 +140,9 @@ <h4>HTML Structure</h4> | |
<pre><code class="language-markup col s12"> | ||
<ul id="slide-out" class="side-nav"> | ||
<li><div class="userView"> | ||
<img class="background" src="images/office.jpg"> | ||
<div class="background"> | ||
<img src="images/office.jpg"> | ||
</div> | ||
<a href="#!user"><img class="circle" src="images/yuna.jpg"></a> | ||
<a href="#!name"><span class="white-text name">John Doe</span></a> | ||
<a href="#!email"><span class="white-text email">[email protected]</span></a> | ||
|