Changeset 142 for trunk/style


Ignore:
Timestamp:
Mar 4, 2009, 7:41:47 PM (15 years ago)
Author:
maron
Message:

Oprava menších chyb, pravé menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style/style.css

    r127 r142  
    4444   text-align: left;
    4545   
    46    width: 160px;
     46   width: 120px;
    4747   height: 18px;
    4848   /*background: url('menuhover.gif') no-repeat;*/
     
    104104}
    105105
     106#border-down
     107{
     108  padding: 0px;
     109  height: 14px;
     110  background: url('../images/border-down.jpg') repeat;
     111}
     112
     113#border-right
     114{
     115  padding: 0px;
     116  width: 14px;
     117  background: url('../images/border-right.jpg') repeat top right;
     118}
     119
    106120#border-top
    107121{
     
    125139.menu
    126140{
    127   width: 180px;
     141  width: 100px;
    128142  vertical-align: top;
    129143  padding: 4px;
     
    134148}
    135149
     150.menu2
     151{
     152  width: 180px;
     153  vertical-align: top;
     154  padding: 4px;
     155  margin-left: auto;
     156  margin-right: auto;
     157  background-color: #F0F0F0;
     158}
     159
    136160.content
    137161{
     
    175199  color:#FFFFFF;
    176200  text-align: center;
    177   padding-top: 10px;
     201  padding-top: 0px;
    178202  margin-top: 10px;
    179203  border-top-style: solid;
Note: See TracChangeset for help on using the changeset viewer.