Changeset 451 for trunk/web-app/css


Ignore:
Timestamp:
May 20, 2010, 3:07:29 PM (14 years ago)
Author:
duh
Message:
  • developmental commit
Location:
trunk/web-app/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css

    • Property svn:ignore
      •  

        old new  
        1 main.css
         1
  • trunk/web-app/css/wizard.css

    r436 r451  
    223223    height: 32px;
    224224    line-height: 32px;
     225    text-shadow: 0px 0px 1px #333;
    225226}
    226227
     
    314315}
    315316/* END :: BIG BUTTONS and BIG TEXT */
     317
     318.vertical {
     319        writing-mode:tb-rl;
     320        -webkit-transform:rotate(90deg);
     321        -moz-transform:rotate(90deg);
     322        -o-transform: rotate(90deg);
     323        white-space:nowrap;
     324        display:block;
     325        bottom:0;
     326        width:20px;
     327        height:100px;
     328        text-shadow: 0px 0px 1px #333;
     329    border: 1px solid red;
     330}
Note: See TracChangeset for help on using the changeset viewer.