Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Monn committed Jun 11, 2016
1 parent e45aeb9 commit 6863402
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 4 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
=========
Expand Down

0 comments on commit 6863402

Please sign in to comment.