Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

formatting #85

Merged
merged 2 commits into from Apr 24, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/arkestra.css
@@ -0,0 +1,8 @@
dl dt {
font-weight: bold;
}

dl dd {
color: #555;
font-size: 95%;
}
4 changes: 3 additions & 1 deletion docs/arkestra_for_users/entities.rst
Expand Up @@ -132,7 +132,9 @@ Phone contacts
Contacts & people, News & Events, Vacancies & Studentships
==========================================================

Arkestra will publish pages of various types automatically if required. The controls are very similar for them all, and also for other modules that might be added by other applications, and will look much like:
Arkestra will publish pages of various types automatically if required. The
controls are very similar for them all, and also for other modules that might
be added by other applications, and will look much like:

Publish a contacts and people page for this entity automatically
if this entity should have its own contacts and people page
Expand Down
3 changes: 3 additions & 0 deletions docs/conf.py
Expand Up @@ -214,3 +214,6 @@
('index', 'arkestra', u'Arkestra Documentation',
[u'Daniele Procida'], 1)
]

def setup(app):
app.add_stylesheet('../../../arkestra.css')