Skip to content

Commit

Permalink
caching moment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
plaaosert committed Jan 22, 2025
1 parent 6ca9cfd commit 77047ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions fishing/fishingStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ button {
border-radius:5px;
}
.aboutfish {
line-height: 16px;

margin-right:5px;
width:40%;

Expand Down
2 changes: 1 addition & 1 deletion fishing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>Fishing Pond</title>
<link rel="icon" type="image/x-icon" href="img/fishico2x.gif">
<link rel="stylesheet" href="fishingStyle.css">
<link rel="stylesheet" href="fishingStyle.css?v=01">
</head>
<body onload="update_counters()">
<div id="container">
Expand Down
2 changes: 1 addition & 1 deletion fishing/inventory.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>Fishventory</title>
<link rel="icon" type="image/x-icon" href="img/fishico2x.gif">
<link rel="stylesheet" href="fishingStyle.css?v=01">
<link rel="stylesheet" href="fishingStyle.css?v=02">
</head>
<body onload="populate()">
<div id="inventoryBanner">
Expand Down

0 comments on commit 77047ff

Please sign in to comment.