Ignore:
Timestamp:
2012-12-04T15:22:41+13:00 (11 years ago)
Author:
ak19
Message:

List.pm makes all bucket titles lowercase now, for sorting purposes (so that titles that start with d and D can still go under bucket D), while css is used to titlecase buckets and bookshelves.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/style/core.css

    r26395 r26545  
    8686    padding-left:0px;
    8787    margin:0px;
     88    text-transform: uppercase; /* To get the bookshelves and buckets titlecased (they're stored lowercased) */
    8889}
    8990
     
    844845}
    845846
     847/* To get the bookshelves and buckets titlecased (they're stored lowercased) */
     848table#classifiernodelist {
     849   
     850    text-transform: capitalize;
     851}
     852
    846853/*
    847854ul.childrenlist li {
Note: See TracChangeset for help on using the changeset viewer.