openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

openrat-nojs.less (157B)


      1 
      2 .or {
      3     &-nojs
      4     {
      5         &-text {
      6             display: block;
      7         }
      8     }
      9 
     10     // Unused?
     11     &-visible-for-nojs {
     12         display: none;
     13     }
     14 }