Skip to content

Commit

Permalink
Merge pull request #30 from HDFGroup/phoenix
Browse files Browse the repository at this point in the history
Fix to recognize css, make active area wide.
  • Loading branch information
loricooperhdf authored Nov 16, 2023
2 parents 0294b45 + 647b2a3 commit cee01a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
{% seo %}
<!-- <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> -->
<!-- <link rel="stylesheet" href="../assets/css/style.css"> -->
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css">
<!-- <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css"> -->
<link rel="stylesheet" href="https://loricooperhdf.github.io/HDFGroup.github.io/assets/css/style.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
Expand Down
15 changes: 8 additions & 7 deletions assets/css/styles.css → assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ header {
-webkit-font-smoothing:subpixel-antialiased;
}

header ul {
/* header ul {
list-style:none;
height:40px;
padding:0;
Expand Down Expand Up @@ -152,13 +152,13 @@ header ul a:hover {
header ul a:active {
background-color:#f0f0f0;
}

*/
strong {
color:#222;
font-weight:500;
}

header ul li + li + li {
/* header ul li + li + li {
border-right:none;
width:89px;
}
Expand All @@ -168,7 +168,7 @@ header ul a strong {
display:block;
color:#222;
}

*/
section {
width:700px;
float:right;
Expand Down Expand Up @@ -252,15 +252,16 @@ footer {
padding:15px;
}

header ul {
/* header ul {
width:99%;
}
header li, header ul li + li + li {
header li, header ul li + li + li {
width:33%;
}
}

*/

@media print {
body {
padding:0.4in;
Expand Down

0 comments on commit cee01a7

Please sign in to comment.