Ignore:
Timestamp:
Feb 22, 2011, 10:22:59 PM (13 years ago)
Author:
Gotcha
Message:

Beter integration with Facebook plugin (transparency at home)
Beter align with SortOrder
Beter display for tags cloud

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/branches/1.4/theme.css

    r8999 r9352  
    1 /* $ Id: theme.css 2010-04-03 Par Gotcha pour son thème "Sobre" $ */
    2 
    31/* Valide CSS3 http://jigsaw.w3.org/css-validator/validator */
    42/* Compressé avec http://www.cleancss.com/ (musclé !) */
     
    436434#menubar #menuTagCloud a {
    437435display:inline;
     436border:none;
    438437}
    439438
    440439#menubar #menuTagCloud span {
    441 display:block;
    442 padding:0.5em 0;
     440display:inline-block;
     441padding: 0;
     442margin: 5px;
    443443text-align:left;
    444444}
     
    644644  border-bottom:none;
    645645}
     646
     647
     648
     649ul.categoryActions li.SortOrder {
     650  margin-top: 5px;
     651  float: left;
     652}
     653
     654
     655/* Facebook plugin */
     656dl#mbFBP_activity_feed, dl#mbFBP_like_box {
     657  display:none;
     658}
Note: See TracChangeset for help on using the changeset viewer.