Plugin Directory

Changeset 647081


Ignore:
Timestamp:
01/02/2013 05:17:31 PM (13 years ago)
Author:
raido357
Message:

UI fixes for event feed

Location:
dippler/trunk/themes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dippler/trunk/themes/twentyeleven_dippler/style.css

    r633972 r647081  
    5252}
    5353
     54#dippler_activites ul {
     55    list-style-type: none;
     56}
     57
     58#dippler_activites ul li {
     59    border-bottom: 1px solid #efefef;
     60    margin-top: 10px;
     61    padding-bottom: 10px;
     62}
     63
    5464#secondary {
    5565    clear:right;
  • dippler/trunk/themes/twentyten_dippler/style.css

    r633972 r647081  
    5353#dippler_activites {
    5454    float: right;
    55     margin-right: 7.6%;
    56     width: 17.5%;
     55    width: 210px;
     56    margin-right: 10px;
     57}
     58
     59#dippler_activites ul {
     60    list-style-type: none;
     61}
     62
     63#dippler_activites ul li {
     64    border-bottom: 1px solid #efefef;
     65    margin-top: 10px;
     66    padding-bottom: 10px;
    5767}
    5868
  • dippler/trunk/themes/twentytwelve_dippler/style.css

    r633972 r647081  
    5353
    5454#dippler_activites {
    55     float: right;
    56     margin-right: 7.6%;
    57     width: 18.8%;
     55    /* No styles needed */
     56}
     57
     58#dippler_activites ul {
     59    list-style-type: none;
     60}
     61
     62#dippler_activites ul li {
     63    border-bottom: 1px solid #efefef;
     64    margin-top: 10px;
     65    padding-bottom: 10px;
    5866}
    5967
Note: See TracChangeset for help on using the changeset viewer.