mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-31 02:46:45 +00:00
* Changed Clear Linux Project to all uppercase. (#717)
* Removed link at left of header that went to clearlinux.org * Added "home" button on right side of header that goes to clearlinux.org Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
committed by
michael vincerra
parent
5a87ad722e
commit
40e05ce150
@@ -20,18 +20,20 @@
|
||||
|
||||
<div class="header__site_info">
|
||||
<div class="header__site_info_name">
|
||||
<a href ="https://clearlinux.org"> Clear Linux* Project</a>
|
||||
</div>
|
||||
</div>
|
||||
<nav class="header__menu">
|
||||
<ul class="header__menu_list">
|
||||
<li class="header__menu_list_item green ">
|
||||
<li class="header__menu_list_item yellow ">
|
||||
<a tabindex='1' href="https://clearlinux.org">Home</a>
|
||||
</li>
|
||||
<li class="header__menu_list_item green ">
|
||||
<a tabindex='1' href="https://clearlinux.org/about">About</a>
|
||||
</li>
|
||||
<li class="header__menu_list_item purple ">
|
||||
<li class="header__menu_list_item purple ">
|
||||
<a tabindex='1' href="https://clearlinux.org/developer">Developer</a>
|
||||
</li>
|
||||
<li class="header__menu_list_item blue ">
|
||||
<li class="header__menu_list_item blue ">
|
||||
<a tabindex='1' href="https://clearlinux.org/software">Software</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -232,6 +232,10 @@ th,td {
|
||||
/*top: 35px;*/
|
||||
}
|
||||
|
||||
.header__menu_list_item.yellow > a::before {
|
||||
color: #ffdf4d;
|
||||
}
|
||||
|
||||
.header__menu_list_item.green > a::before {
|
||||
color: #009B93;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user