Kenneth John Odle kjodle
kjodle commented on issue kjodle/portage#1 2021-08-01 19:38:50 +00:00
Center the primary menu

Changed this in menus.css:

#belowheadermenu {
	font-family: serif;
	background: #fff;
	border-top: solid 0.15em #ddd;
	width: 50%;
	margin: 0 auto;
}

to…

kjodle commented on issue kjodle/portage#1 2021-08-01 19:37:19 +00:00
Center the primary menu

Changed this in style.css:

body > header {
	border-bottom: solid 1px #444;
	background: #ffffff;
}

to this:

body > header {
	background: #ffffff;
}
kjodle commented on issue kjodle/portage#1 2021-08-01 19:35:19 +00:00
Center the primary menu

Changed this in menus.css:

#belowheadermenu {
	font-family: serif;
	background: #fff;
	border-top: solid 1px #333;
	width: 50%;
	margin: 0 auto;
}

to…

kjodle commented on issue kjodle/portage#1 2021-08-01 19:31:36 +00:00
Center the primary menu

Changed this in style.css:

nav#top-menu,
nav#primary-menu {
	font-size: 0.9em;
	z-index: 100;
	width: 50%; /* Need to set this via a variable */
	margin: 0 auto;
}

to…

kjodle commented on issue kjodle/portage#1 2021-08-01 19:28:58 +00:00
Center the primary menu

Changed this in style.css:

nav#top-menu,
nav#primary-menu {
	background: #fafafa;
	font-size: 0.9em;
	z-index: 100;
	width: 50%; /* Need to set this via a variable */
	margin: 0…
kjodle pushed to main at kjodle/portage 2021-08-01 18:46:01 +00:00
29eadc0c3a Centering the primary menu
kjodle commented on issue kjodle/portage#1 2021-08-01 18:45:29 +00:00
Center the primary menu

That seems to have done the trick. Now just need to work on border and background issues.

kjodle commented on issue kjodle/portage#1 2021-08-01 18:45:03 +00:00
Center the primary menu

Changed this in menus.css:

#belowheadermenu,
#belowheadermenu ul,
#belowheadermenu ul li,
#belowheadermenu ul li a,
#belowheadermenu #menu-button {
  margin: 0;
  padding: 0;
  border:…
kjodle commented on issue kjodle/portage#1 2021-08-01 18:40:28 +00:00
Center the primary menu

Changed this:

nav#top-menu,
nav#primary-menu {
	background: #fafafa;
	font-size: 0.9em;
	z-index: 100;
}

to this:

nav#top-menu,
nav#primary-menu {
	background:…
kjodle opened issue kjodle/portage#1 2021-08-01 18:39:44 +00:00
Center the primary menu
kjodle pushed to main at kjodle/portage 2021-08-01 18:35:37 +00:00
112da4838f Centered title and subtitle
kjodle pushed to main at kjodle/portage 2021-08-01 18:05:09 +00:00
e5b206343b Removed link to puc in functions.php
kjodle pushed to main at kjodle/portage 2021-08-01 18:01:49 +00:00
4fd4380518 Merge branch 'main' of https://git.kjodle.net/kjodle/portage into main
3deef0d9c7 Updated style.css
f33d29c7df Updated tag.php
30fb3af3f1 Updated single.php
70c2fad0ce Updated sidebar.php
Compare 20 commits »
kjodle pushed to main at kjodle/portage 2021-08-01 17:40:10 +00:00
86eb4efe50 Delete "readme.md" (lowercase)
kjodle pushed to main at kjodle/portage 2021-08-01 17:38:20 +00:00
926ed139f9 Updated README.md
kjodle pushed to main at kjodle/portage 2021-08-01 17:32:52 +00:00
bfa86a9aca Initial commit
kjodle created repository kjodle/portage 2021-08-01 17:29:02 +00:00
kjodle pushed to main at kjodle/using-git 2021-07-31 18:41:42 +00:00
1b76a2ba43 typofix
kjodle pushed to main at kjodle/using-git 2021-07-31 18:41:29 +00:00
a11ffd6dfe Changed title
kjodle pushed to main at kjodle/using-git 2021-07-31 18:40:44 +00:00
31e2231718 Initial creation