Changeset 828 for trunk/style/style.css


Ignore:
Timestamp:
Mar 20, 2015, 10:22:50 PM (9 years ago)
Author:
chronos
Message:
  • Added: Single news items can be now shown as separate page. So they can cached by search engines also with date information. Also they can be accessed directly from News RSS channel.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style/style.css

    r825 r828  
    272272  border-bottom-width: 1px;
    273273  border-bottom-color: #e0e0e0;
    274   padding: 5px;
     274  padding: 0px;
     275}
     276
     277.shoutbox h4
     278{
     279  text-align: left;
     280  margin: 5px 0px 0px 0px;
    275281}
    276282
     
    355361}
    356362
     363.NewsBox h4
     364{
     365  text-align: left;
     366  margin: 5px 0px 0px 0px;
     367}
     368
    357369.Home
    358370{
     
    557569  width: 25%;
    558570}
     571
     572.Form
     573{
     574  margin-left: auto;
     575  margin-right: auto;
     576}
     577
     578.Form tr .Left
     579{
     580  text-align: right;
     581  font-weight: normal;
     582}
Note: See TracChangeset for help on using the changeset viewer.