mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove unused files
This commit is contained in:
parent
3e031df36e
commit
c7a5f25c90
5 changed files with 0 additions and 847 deletions
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
|
|
@ -1,65 +0,0 @@
|
|||
/* Custom container */
|
||||
.container-narrow {
|
||||
margin: 0 auto;
|
||||
max-width: 700px; }
|
||||
|
||||
.container-narrow > hr {
|
||||
margin: 30px 0; }
|
||||
|
||||
.navbar .nav {
|
||||
float: right; }
|
||||
|
||||
/* posts index */
|
||||
.post > h3.title {
|
||||
position: relative;
|
||||
padding-top: 10px; }
|
||||
|
||||
.post > h3.title span.date {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
font-size: 0.9em; }
|
||||
|
||||
.post > .more {
|
||||
margin: 10px 0;
|
||||
text-align: left; }
|
||||
|
||||
/* post-full*/
|
||||
.post-full .date {
|
||||
margin-bottom: 20px;
|
||||
font-weight: bold; }
|
||||
|
||||
/* tag_box */
|
||||
.tag_box {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
overflow: hidden; }
|
||||
|
||||
.tag_box li {
|
||||
line-height: 28px; }
|
||||
|
||||
.tag_box li i {
|
||||
opacity: 0.9; }
|
||||
|
||||
.tag_box.inline li {
|
||||
float: left; }
|
||||
|
||||
.tag_box a {
|
||||
padding: 3px 6px;
|
||||
margin: 2px;
|
||||
background: #eee;
|
||||
color: #555;
|
||||
border-radius: 3px;
|
||||
text-decoration: none;
|
||||
border: 1px dashed #cccccc; }
|
||||
|
||||
.tag_box a span {
|
||||
vertical-align: super;
|
||||
font-size: 0.8em; }
|
||||
|
||||
.tag_box a:hover {
|
||||
background-color: #e5e5e5; }
|
||||
|
||||
.tag_box a.active {
|
||||
background: #57A957;
|
||||
border: 1px solid #4c964d;
|
||||
color: #FFF; }
|
||||
Loading…
Reference in a new issue