diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap.css b/basetheme_bootstrap/static/css/basetheme_bootstrap.css index babdb3c19cfe315c05672fdd140679b682e8a35a..6c3603f8f0c8fdf3f1016ba6c292d86b75d473d3 100644 --- a/basetheme_bootstrap/static/css/basetheme_bootstrap.css +++ b/basetheme_bootstrap/static/css/basetheme_bootstrap.css @@ -52,10 +52,4 @@ .pull-right + .pull-right{ margin-right:4px; -} -.content-page-title>*:first-child{ - flex-grow: 1; -} -.content-page-title{ - display:flex; } \ No newline at end of file diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4.css index e235350ca2c23470020281e11d9017556fc242f9..f3785b943de2171c36675a5fe474135938525139 100644 --- a/basetheme_bootstrap/static/css/basetheme_bootstrap4.css +++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4.css @@ -48,4 +48,10 @@ body { .container { max-width: 2490px; } +} +.content-page-title>*:first-child{ + flex-grow: 1; +} +.content-page-title{ + display:flex; } \ No newline at end of file diff --git a/setup.py b/setup.py index 119835465ba82d7c84d24f948474c08e181ae860..8f4f2c66c527041893fd567b701b417272eea854 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ readme = open('README.rst').read() setup( name='django-basetheme-bootstrap', - version='0.0.7', + version='0.0.8', description='Django Basetheme Bootstrap', long_description=readme, author='Bryan Brancotte',