Expense-Tracker

 view release on metacpan or  search on metacpan

GitLog  view on Meta::CPAN


  Change: ebda8de5882f998b6c6ac74ad7b5ed7ec4dabad9
  Author: Tudor Constantin <tudorconstantin@gmail.com>
  Date : 2012-04-11 04:43:35 +0000

    Merge pull request #1 from 2dorr/master

    make the BDD tests pass 

  Change: a40fec2b22ae4c9c53cdddbb265349f814e8f0f6
  Author: root <root@tudor-desktop.(none)>
  Date : 2012-04-11 11:36:58 +0000

    behaviors.t test fix 

  Change: fc8d7a385843d127dcd335c75275c96358692eee
  Author: Tudor Constantin <tudorconstantin@gmail.com>
  Date : 2012-04-07 14:36:49 +0000

    Added instructions to install YAML::XS and Test::BDD::Cucumber 

public/assets/css/bootstrap-responsive.css  view on Meta::CPAN

}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;



( run in 0.242 second using v1.01-cache-2.11-cpan-299005ec8e3 )