hugo-uno icon indicating copy to clipboard operation
hugo-uno copied to clipboard

Tables don't format nicely

Open pmembrey opened this issue 9 years ago • 1 comments

Hi,

This is probably something I'm doing, but I'm hoping you can point me in the right direction :)

I've created a simple table, but there's no formatting for it (although left, centre and right aligned works). I was wondering if I have broken the CSS or something?

An example of the ugly table is:

https://starch.works/2015/09/17/day-4---starch-solution/

Thanks in advance!

pmembrey avatar Sep 18 '15 06:09 pmembrey

Hi, This is indeed caused by the CSS's, however it's slightly intentional, all styles are cleared initially.

A quick solution would be to remove the table,td and th classes from the style reset part of the css. A good solution would be to add your own css with the styles you want to modify and load that as well. An even better way would be if you have the time to add basic table styles to the project in a pull request, I will try to get around to doing it as soon as possible but any help is appreciated.

fredrikloch avatar Sep 24 '15 16:09 fredrikloch