~ubuntu-branches/ubuntu/trusty/php-codesniffer/trusty

« back to all changes in this revision

Viewing changes to PHP_CodeSniffer-1.3.4/CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.css

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2013-07-12 15:16:25 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130712151625-4autdc0twzbueha9
Tags: 1.5.0~rc2-1
* New upstream release.
* Refreshed patch.
* Standards-Version is now 3.9.4.
* Canonical VCS URLs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.SettingsTabPaneWidgetType-tab-mid {
2
 
   background: transparent url(tab_inact_mid.png) repeat-x;
3
 
   line-height: -25px;
4
 
   cursor: pointer;
5
 
   -moz-user-select: none;
6
 
}
7
 
 
8
 
.AssetLineageWidgetType-item {
9
 
    float: left;
10
 
    list-style: none;
11
 
    height: 22px;
12
 
    cursor: pointer;
13
 
}