Ignore:
Timestamp:
11 Jan 2015, 08:25:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Add documents package.

Location:
main/waeup.kofa/trunk
Files:
34 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/CHANGES.txt

    r12418 r12437  
    55===================
    66
    7 * Do not compare ResultEntry objects but their attribtes.
     7* Add documents package.
     8
     9* Do not compare ResultEntry objects but their attributes.
    810
    911* Modify getWidgetsData so that we always get the same error format.
     
    1416  image file.
    1517
    16 * Remove deprecated HTML and REST widgets and use html2dict instead.
     18* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
     19  instead.
    1720
    1821* UserProcessor: Check if imported roles do exist in the portal.
  • main/waeup.kofa/trunk/layout/static/css/base.css

    r11730 r12437  
    9898}
    9999
    100 .wfstatus {
     100.wfstatus, .wfstatus-sub {
    101101    text-align: center;
    102102    background-color: #909090;
     
    320320}
    321321
     322 /* docutils stuff */
     323
     324.section h1 {
     325    font-size: 30px}
     326
     327.section h2 {
     328    font-size: 24px}
     329
     330.section h3 {
     331    font-size: 18px}
     332
     333.section h4 {
     334    font-size: 14px}
     335
    322336/* Smartphone styles */
    323337
Note: See TracChangeset for help on using the changeset viewer.