-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from oss-specs/feature/UITweaks
Feature/ui tweaks
- Loading branch information
Showing
9 changed files
with
100 additions
and
78 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "specs", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"private": true, | ||
"bin": { | ||
"module-name": "./bin/www" | ||
|
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
/** | ||
* Top nav. | ||
**/ | ||
|
||
.header-nav { | ||
width: 70%; | ||
margin: 0 auto; | ||
position: relative; | ||
top: 0.8em; | ||
text-align: left; | ||
font-size: 1.2em; | ||
list-style: none; | ||
} | ||
|
||
.header-nav a { | ||
display: inline-block; | ||
font-weight: bold; | ||
color: blue; | ||
text-decoration: none; | ||
} | ||
|
||
.header-nav li { | ||
display: inline; | ||
margin-left: 0.2em; | ||
} | ||
|
||
.header-nav li:hover a { | ||
text-decoration: underline; | ||
color: green; | ||
} | ||
|
||
/* The logo-ish element of the nav. */ | ||
.header-nav li.primary { | ||
font-size: 0.8em; | ||
margin-right: 1em; | ||
text-transform: uppercase; | ||
} | ||
.header-nav li.primary a::first-letter { | ||
font-size: 1.4em; | ||
} |
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
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