Skip to content

Commit

Permalink
feat(Runewizard): add Changelog, style h3, increase default line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
fabd committed Feb 25, 2021
1 parent 99cb769 commit f7184ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
body {
margin:0; padding:0;
background:#000000;
font:13px/1.2em Arial, Helvetica, sans-serif; color:#afafaf;
font-size: 0.875rem;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
color:#afafaf;
}

/* reset */
Expand Down Expand Up @@ -30,6 +33,7 @@ pre { font-family:courier, monospace; color:#9e9e9e; font-size:10pt; }
/* headings */
h1, h2, h3, h4, h5 { font-weight:bold; line-height:1.1em; margin:0 0 0.5em; }
h2 { font-size:16px; }
h3 { font-weight: 500; color: #B4AC92; }

/* lists */
ul { position:relative; margin-left:16px; padding-left:6px; }
Expand Down Expand Up @@ -73,7 +77,7 @@ em.v { color:#8c8; } /* patch version */

#main-container { position:relative; width:100%; }

#sidebr { position:absolute; left:0; top:0; width:144px; padding:15px 0 0 0; }
#sidebr { position:absolute; left:0; top:0; width:144px; padding:15px 0 0 0; line-height: 1.3em; }
#sidebr h2 { text-align:center; margin:0 0 4px; padding:0; color:#bab197; font:16px/1em Arial, sans-serif; }
#sidebr ul { margin:0 0 1em; padding:0; list-style:none; }
#sidebr li { margin:0; padding:0; list-style:none; font-size:12px; }
Expand Down
9 changes: 9 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ Here is an overview of the main sections of the site:

* **Weapons** : those pages lists weapons sorted by base weapon speed, you can then match the weapon speed in the "IAS Breakpoint" table that follows, and see what are the minimum IAS (Increased Attack Speed) required to reach faster attack animations. *Please note the IAS Breakpoint tables were made specifically for the Amazon.* While the base weapon speeds are the same for all characters, the actual attack speeds will vary from class to class.

<div style="margin:0 0 2rem;"></div>

## Changelog

### 2021-02-25

- **Runewizard** : added `Required Level` column (sortable). Thanks to migouelBL for inputting the data.


</section>
<section>
## Contact
Expand Down

0 comments on commit f7184ee

Please sign in to comment.