File: element-information.css

package info (click to toggle)
webdeveloper 1.2.5%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,364 kB
  • ctags: 1,608
  • sloc: makefile: 10
file content (10 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
html { padding-bottom: 10px; }
.CodeMirror { border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); }
.web-developer-ancestors, .web-developer-children { padding-bottom: 10px; }
.web-developer-ancestors > ul, .web-developer-children > ul { background-color: #f5f5f5; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; list-style-type: none; margin: 0; padding: 10px; }
.web-developer-ancestors > ul > li, .web-developer-children > ul > li { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.web-developer-ancestors > ul > .last { display: none; }
.web-developer-css .CodeMirror-scroll > div { height: auto !important; }
.web-developer-section { display: inline-block; margin-right: 2%; vertical-align: top; width: 49%; }
.web-developer-section:nth-child(even) { margin-right: 0; }
html.vertical .web-developer-section { display: block; margin-right: 0; width: 100%; }