I think either

.table {
    width: auto
}

or

.table {
    width: 50%
}

looks pretty good.  The latter makes the frontend-specific field list tables look nicer too, I think.

On Fri, Dec 12, 2014 at 11:07 PM, John ZuHone <jzuhone@gmail.com> wrote:
What other tables do we have? Is there some kind of “automatic width” setting?

On Dec 13, 2014, at 2:03 AM, Nathan Goldbaum <nathan12343@gmail.com> wrote:

This is happening because we inherit:

.table { 
    width: 100%;
}

From bootstrap's CSS.  You can override it in our custom.css, but please make sure that the other tables look good too!

On Fri, Dec 12, 2014 at 10:36 PM, John ZuHone <jzuhone@gmail.com> wrote:
Hi all,

I don’t get it—any way I attempt to make a table in the docs, using every reST directive I can think of, results in a table that spans the entire web browser width. I’ve got my latest changes in this commit:


Could someone help me figure out what the heck is going on?

Thanks,

John Z

_______________________________________________
yt-dev mailing list
yt-dev@lists.spacepope.org
http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org

_______________________________________________
yt-dev mailing list
yt-dev@lists.spacepope.org
http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org


_______________________________________________
yt-dev mailing list
yt-dev@lists.spacepope.org
http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org