Compare commits

..

No commits in common. "318af09d400e1a485b9c2ec42beeaf9b34a789ee" and "5765207e51dfadafb9a79ddfb63078f33b8d8578" have entirely different histories.

3 changed files with 10 additions and 11 deletions

View file

@ -1,21 +1,20 @@
# General # General
- Remove gulp and legacy files - Remove gulp and legacy files
- Better README with more info for the content section - Update README
- Explain eleventy usage - Explain eleventy usage
- Better README with more info for the content section
- Complete CHANGELOG - Complete CHANGELOG
- Automatic versioning for package.json and CHANGELOG - Automatic versioning for package.json and CHANGELOG
- Add dynamic content to robots.txt during build process - Add dynamic content to robots.txt during build process
- Add dynamic content to sitemap.xml - Add dynamic content to sitemap.xml
- Add build process for normalize.css from github.com/necolas/normalize.css
- Add build process for bourbon from https://github.com/thoughtbot/bourbon
# CSS # CSS
- Check style for every basic element - Check style for every basic element
- Uniform spelling of classes and identifiers - Uniform spelling of classes and identifiers
- Direct class dependencies instead of repeating element names in classes
- Change io stuff
- Find name for styled interactive elements
- Find name for io module with nested class names
# Content # Content

View file

@ -39,8 +39,8 @@ tags:
<table id="content" class="draggable"> <table id="content" class="draggable">
<thead> <thead>
<tr> <tr>
<th class="min" scope="col" title="Index">#</th> <th scope="col" title="Index">#</th>
<th class="min" scope="col"></th> <th scope="col"></th>
<th scope="col" title="Position">#</th> <th scope="col" title="Position">#</th>
<th scope="col">Number</th> <th scope="col">Number</th>
<th scope="col">Name</th> <th scope="col">Name</th>
@ -49,7 +49,7 @@ tags:
<th scope="col">Unit</th> <th scope="col">Unit</th>
<th scope="col">Price</th> <th scope="col">Price</th>
<th scope="col">Sum</th> <th scope="col">Sum</th>
<th class="min" scope="col"></th> <th scope="col"></th>
</tr> </tr>
</thead> </thead>
<tbody id="positions"></tbody> <tbody id="positions"></tbody>
@ -72,9 +72,9 @@ tags:
<td> <td>
<textarea class="fit" name="description" cols="64" rows="2"></textarea> <textarea class="fit" name="description" cols="64" rows="2"></textarea>
</td> </td>
<td><input class="input_io" name="amount" type="number"></td> <td><input name="amount" type="number"></td>
<td> <td>
<select class="io_select" name="units"> <select name="units">
<option value="">None</option> <option value="">None</option>
<option value="piece">Piece(s)</option> <option value="piece">Piece(s)</option>
<option value="hour">Hour(s)</option> <option value="hour">Hour(s)</option>

@ -1 +1 @@
Subproject commit ddedf3bbf2d6580dfeae297367fd673abaa11a96 Subproject commit 69535d87ac38cbe210ed40f6c2b9952b67b8ce5f