Ignore:
Timestamp:
2013-05-15T14:38:33+12:00 (11 years ago)
Author:
ak19
Message:

Adjusting the style of the user comments form to fix font sizes and sans-serif use, so that the user comments area looks more consistent across collections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/web/style/style.css

    r27297 r27347  
    335335}
    336336
     337/* User comments area: display of existing user comments and display of the form and of the add user/logout links */
     338
     339#usercomments, #usercommentform, #usercommentlink a, #usercommentlogoutlink a {
     340    font-family: sans-serif;
     341    font-size: 12px;
     342}
     343
    337344#usercomments {
    338345    margin: 10px 0;
Note: See TracChangeset for help on using the changeset viewer.