diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 51778e2..f725758 100755 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ CHANGELOG ========= +0.1.2 (2016-06-11) +------------------ +* Fixed some design issues +* Completed documentation + 0.1.1 (2016-05-13) ------------------ * Added fancy hover styles diff --git a/README.rst b/README.rst index e36e84e..c817866 100755 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ DjangoCMS Career DjangoCMS Career is a plugin to easily showcase career and educational paths. The recommended use for this plugin is on a Portfolio- or a personal CV-Website. -The plugin was initially created for - and first used by - my personal `CV-Page`_. Check it out! +The plugin was initially created for - and first used by - my personal `CV-Page`_. .. _CV-Page: https://dmonn.ch @@ -47,27 +47,25 @@ Customization To override the plugins template, add ``djangocms_career/position_object.html`` to your template path. -To customize the colors of the plugin, you have to override the CSS. +To customize the colors of the plugin, you have to override the CSS. :: -:: .position-duration::before, .position-duration::after{ background: YOURCOLOR; } -:: .duration-circle { background: YOURCOLOR; } -If you want the bubbles to have a label: +If you want the bubbles to have a label: :: -:: .duration-label { display: table-cell; } + ========= Run tests =========