Skip to content

Commit

Permalink
one last tinker
Browse files Browse the repository at this point in the history
  • Loading branch information
bdngeorge committed Dec 2, 2021
1 parent fabf5f0 commit b956c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 1 addition & 10 deletions catalog/uploadBooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,7 @@
</script>
</head>
<body>
<header>
<a href="../"> <h1 class="logo left"> Textbook Buddy </h1> </a>
<ul class="hmenu right">
<a href="../catalog/catalog.php"><li>Catalog</li></a>
<a href="../catalog/uploadBooks.php"><li>Sell</li></a>
<!-- if no account, this will direct login page, else accounts page -->
<a href="../account/account.php"><li>Account</li></a>
</ul>
</header>

<?php include("../includes/header.php"); ?>
<section class="">
<h2 class="bold"> Sell Book </h2>

Expand Down
1 change: 1 addition & 0 deletions styles/catalog.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

#sidebar input[type="text"], input[type="number"] {
width: 95%;
height: 2em;
resize: vertical;
border: 1px solid rgba(209, 209, 209, 0.555);
}
Expand Down

0 comments on commit b956c72

Please sign in to comment.