Update menu styles
This commit is contained in:
parent
c600649222
commit
1058e3791f
2 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,10 @@ Nothing I say is profound or visionary, and sometimes it makes sense.
|
||||||
|
|
||||||
###To-Do
|
###To-Do
|
||||||
* [ ] CSS: Establish responsive design.
|
* [ ] CSS: Establish responsive design.
|
||||||
* [ ] CSS: Add 'Home' icon on non-home pages.
|
|
||||||
* [ ] Work on GitHub project pages for few projects.
|
* [ ] Work on GitHub project pages for few projects.
|
||||||
|
|
||||||
####Latest Update :: 2015/07/09
|
####Latest Update :: 2015/07/18
|
||||||
* New article: A Good Friend's Father
|
* Finalized current iteration of right-side menu.
|
||||||
|
|
||||||
###License
|
###License
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ a,a:visited,a:link,a:focus {
|
||||||
|
|
||||||
label {
|
label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
label:hover{
|
label:hover{
|
||||||
|
|
Loading…
Reference in a new issue