Ignore:
Timestamp:
10 Feb 2016, 05:44:41 (9 years ago)
Author:
Henrik Bettermann
Message:

Replace bootstrap.py and adjust buildout.cfg.

Extend ignore list.

Location:
main/kwarapoly.theme/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kwarapoly.theme/trunk

    • Property svn:global-ignores set to
      *
      *.egg
      *.egg-info
      Paste-1.7.5.1-py2.7.egg
      bin
      develop-eggs
      kwarapoly.theme.egg-info
      parts
    • Property svn:ignore set to
      .installed.cfg
  • main/kwarapoly.theme/trunk/kwarapoly/theme/kwarapoly_theme/css/style.css

    r10872 r13675  
    2424select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    2525  height:16px;
     26  margin-bottom: 0px;
    2627}
    2728
     
    2930        padding: 1px 6px;
    3031}
     32
     33input, textarea, .uneditable-input {
     34    width: auto;
     35}
     36
    3137
    3238/** COMMON **/
Note: See TracChangeset for help on using the changeset viewer.