Changeset 29911


Ignore:
Timestamp:
Oct 7, 2014, 10:22:21 AM (10 years ago)
Author:
JanisV
Message:

Added border for random picture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/theme.css

    r29909 r29911  
    376376#menubar dd.randompicdd {
    377377        margin: 0;
    378         padding: 0.5em 4px 1em 4px;
     378        padding: 0.5em 4px 1em 2px;
    379379}
    380380
     
    16291629.ammillustration#iamm_ill0 {
    16301630  padding: 0;
    1631 }
     1631  border: 1px solid #555;
     1632}
     1633.ammillustration#iamm_ill0:hover {
     1634  border-color: #101010;
     1635}
     1636
     1637.illustration {
     1638  border: 1px solid #777;
     1639}
     1640.illustration:hover {
     1641  border-color: #c0c0c0;
     1642}
Note: See TracChangeset for help on using the changeset viewer.