scioly / scioly.org

Scioly.org server files for public contributions
6 stars 0 forks source link

Reorganize contents of CSS files #3

Open georgemsun opened 4 years ago

georgemsun commented 4 years ago

Review CSS files in /var/www/html/src/css/ such as main.css, forms.css, tests.css to check for duplicate styling and organize such that all the styling in forms.css for example only applies to form elements. This will make it more clear when each CSS file is needed, e.g. if you're making a document with tables, tables.css should be used.

Also consider renaming tests.css to tables.css.

georgemsun commented 4 years ago

Moved tests.css to tables.css and updated all pages referencing it.