On Wednesday, November 22, 2017 at 2:57:41 PM UTC+1, leeand00 wrote:
>
> .dasHead {
>width: 100% ! important;
>
>
! important is toxic. It shoud be avoided at almost all cost !!
just use:
.dasHead {
min-width: 100%;
}
and you should be good!
have fun!
mario
--
You received this messag
Thanks Eric! That was it!
On Wednesday, 22 November 2017 08:57:41 UTC-5, leeand00 wrote:
>
> How can I get my tables to be 100% width? I tried the following and it
> didn't work:
>
> Per the documentation, created a tiddler named "$:/tags/Stylesheet" with
> a type of "text/css" the following
On Wednesday, November 22, 2017 at 5:57:41 AM UTC-8, leeand00 wrote:
>
> How can I get my tables to be 100% width? I tried the following and it
> didn't work:
>
> Per the documentation, created a tiddler named "$:/tags/Stylesheet" with
> a type of "text/css" the following content:
>
Create a
3 matches
Mail list logo