Ignore:
Timestamp:
May 19, 2012, 12:06:52 AM (12 years ago)
Author:
mistic100
Message:

fix textarea size
deal with separators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/template/markitup/style.markitup.css

    r11295 r15109  
    11/* common */
    2 .markItUp {
    3   display:inline-block;
    4 }
    52.markItUp * {
    63  margin:0px; padding:0px;
     
    1310}
    1411.markItUp textarea {
     12  margin-top:0 !important;
    1513  display:block;
    1614}
     
    2321  clear:both;
    2422  overflow:auto;
     23}
     24.markItUpHeader {
     25  display:inline-block;
    2526}
    2627.markItUpHeader ul:first-child {
Note: See TracChangeset for help on using the changeset viewer.