diff options
| author | Maxxiii <[email protected]> | 2020-09-13 15:30:08 +0300 |
|---|---|---|
| committer | Maxxiii <[email protected]> | 2020-09-13 15:30:08 +0300 |
| commit | 7a521c954b4190865f9f617e6ac87f3711ffc8e9 (patch) | |
| tree | d2ca6fc5cd8bf32cf4e7b62e55d683c8af26436d /pages/Crafty.html | |
| parent | Revert "Fix padding for Downoad link at the end of About pages" (diff) | |
| download | nemstools.github.io-7a521c954b4190865f9f617e6ac87f3711ffc8e9.tar.xz nemstools.github.io-7a521c954b4190865f9f617e6ac87f3711ffc8e9.zip | |
Fix padding for headings on Crafty About page for consistency
Diffstat (limited to 'pages/Crafty.html')
| -rw-r--r-- | pages/Crafty.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/Crafty.html b/pages/Crafty.html index 4d7af2d..af3b1fc 100644 --- a/pages/Crafty.html +++ b/pages/Crafty.html @@ -47,13 +47,13 @@ <div class="space"></div> </div> <div class="content"> - <p><b>About:</b></p> + <b>About:</b> <p>Crafty is a 3D object, material, model and file browsing utility targeted towards Half-Life modders or enthusiasts looking for a Steam Independent application for quick previews. It currently supports Half-Life 2 .bsp, .mdl, .vmf and .gl formats along with Half-Life .bsp, .mdl, .map and .rmf formats in a variety of render modes.</p> - <p><b>Screenshots:</b></p> + <b>Screenshots:</b> <center> <img src="../images/pages/crafty1.jpg" width="600" height="499" alt="Object Viewer"><br><br> <img src="../images/pages/crafty2.jpg" width="600" height="499" alt="Object Viewer"><br><br> @@ -64,7 +64,7 @@ <img src="../images/pages/crafty7.jpg" width="600" height="499" alt="Model Browser"> </center> - <p><b>Features:</b></p> + <b>Features:</b> <ul> <li>View Half-Life 2 .bsp, .gl, .mdl and .vmf files.</li> <li>View Half-Life 1 .bsp, .map, .mdl and .rmf files.</li> @@ -80,7 +80,7 @@ <li>100% free.</li> </ul> - <p><b>Hidden Features:</b></p> + <b>Hidden Features:</b> <p>Crafty is designed foremost as an object viewer, but it also contains several useful features that can be invoked externally. For example, Crafty's File System Browser, Material Browser and Model Browser can all be invoked with special command arguments. To view one or more packages in File System |