view release on metacpan or search on metacpan
php/PHP_CodeSniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.1.css view on Meta::CPAN
/*
* This is a CSS comment.
<<<<<<< HEAD
* This is a merge conflict...
=======
* which should be detected.
>>>>>>> ref/heads/feature-branch
*/
.SettingsTabPaneWidgetType-tab-mid {
background: transparent url(tab_inact_mid.png) repeat-x;
<<<<<<< HEAD
line-height: -25px;
=======
line-height: -20px;
>>>>>>> ref/heads/feature-branch
cursor: pointer;
-moz-user-select: none;
}
/*
php/PHP_CodeSniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.2.css view on Meta::CPAN
/*
* This is a CSS comment.
<<<<<<< HEAD
* This is a merge conflict started in a comment, ending in a CSS block.
*/
.SettingsTabPaneWidgetType-tab-mid {
background: transparent url(tab_inact_mid.png) repeat-x;
=======
* which should be detected.
**/
.SettingsTabPaneWidgetType-tab-start {
line-height: -25px;
>>>>>>> ref/heads/feature-branch
cursor: pointer;
-moz-user-select: none;
}
php/PHP_CodeSniffer/src/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.css view on Meta::CPAN
.SettingsTabPaneWidgetType-tab-mid {
background: transparent url(tab_inact_mid.png) repeat-x;
line-height: -25px;
cursor: pointer;
-moz-user-select: none;
}
.AssetLineageWidgetType-item {
float: left;
list-style: none;
height: 22px;
cursor: pointer;
php/PHP_CodeSniffer/src/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css view on Meta::CPAN
.SettingsTabPaneWidgetType-tab-mid {
background: transparent url(tab_inact_mid.png) repeat-x;
height: 100%;float: left;
line-height: -25px;
cursor: pointer; margin: 10px; float: right;
}
/* testing embedded PHP */
li {
background:url(<?php print $staticserver; ?>/images/<?php print $staticdir; ?>/bullet.gif) left <?php print $left; ?>px no-repeat; margin:0px; padding-left:10px; margin-bottom:<?php echo $marginBottom; ?>px; line-height:13px;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2e62a8, endColorstr=#123363);
}
/* Document handling of comments and annotations. */
div#annotations {-webkit-tap-highlight-color:transparent;/* phpcs:disable Standard.Cat.SniffName */-webkit-touch-callout:none;/*phpcs:enable*/-webkit-user-select:none;}
div#comments {height:100%;/*comment*/width:100%;}
php/PHP_CodeSniffer/src/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css.fixed view on Meta::CPAN
.SettingsTabPaneWidgetType-tab-mid {
background: transparent url(tab_inact_mid.png) repeat-x;
height: 100%;
float: left;
line-height: -25px;
cursor: pointer;
margin: 10px;
float: right;
}
/* testing embedded PHP */
li {
background:url(<?php print $staticserver; ?>/images/<?php print $staticdir; ?>/bullet.gif) left <?php print $left; ?>px no-repeat;
margin:0px;
padding-left:10px;
margin-bottom:<?php echo $marginBottom; ?>px;
line-height:13px;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2e62a8, endColorstr=#123363);
}
/* Document handling of comments and annotations. */
div#annotations {-webkit-tap-highlight-color:transparent;/* phpcs:disable Standard.Cat.SniffName */
-webkit-touch-callout:none;/*phpcs:enable*/
-webkit-user-select:none;}
div#comments {height:100%;/*comment*/
width:100%;}
php/PHP_CodeSniffer/src/Standards/Squiz/Tests/CSS/IndentationUnitTest.1.css view on Meta::CPAN
}
td {
margin: 40px;
padding: 20px;
}
/*
#AdminScreenModeWidgetType-tab_pane-containers .TabPaneWidgetType-tab-selected-left {
background: transparent url(images/ScreenImages/tab_on_left.png) no-repeat;
}
#AdminScreenModeWidgetType-tab_pane-containers .TabPaneWidgetType-tab-selected-right {
background: transparent url(images/ScreenImages/tab_on_right.png) no-repeat;
}
*/
.GUITextBox.container:after {}
@media screen and (max-device-width: 769px) {
header #logo img {
max-width: 100%;
padding: 20px;
php/PHP_CodeSniffer/src/Standards/Squiz/Tests/CSS/IndentationUnitTest.1.css.fixed view on Meta::CPAN
background: #8FB7DB url(diag_lines_bg.gif) top left;
}
td {
margin: 40px;
padding: 20px;
}
/*
#AdminScreenModeWidgetType-tab_pane-containers .TabPaneWidgetType-tab-selected-left {
background: transparent url(images/ScreenImages/tab_on_left.png) no-repeat;
}
#AdminScreenModeWidgetType-tab_pane-containers .TabPaneWidgetType-tab-selected-right {
background: transparent url(images/ScreenImages/tab_on_right.png) no-repeat;
}
*/
.GUITextBox.container:after {}
@media screen and (max-device-width: 769px) {
header #logo img {
max-width: 100%;
padding: 20px;