fix linear-nebula
This commit is contained in:
parent
04c736f1f5
commit
563ea96b80
1 changed files with 0 additions and 56 deletions
56
linear/linear-nebula/dist/style.example
vendored
56
linear/linear-nebula/dist/style.example
vendored
|
@ -1,56 +0,0 @@
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: Verdana, sans-serif;
|
||||
background-color: #4B0082;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
background-color: #4B0082;
|
||||
overflow-x: hidden;
|
||||
z-index: 1;
|
||||
min-height: 85vh;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.left {
|
||||
width: 30%;
|
||||
color: #FFF;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.right {
|
||||
color: #FFF;
|
||||
width: 60%;
|
||||
border-left-style: solid;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.pad {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.head {
|
||||
float: left;
|
||||
border-bottom-style: solid;
|
||||
width: 100%;
|
||||
color: #FFF;
|
||||
background-color: #191970;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #FFF;
|
||||
}
|
Loading…
Reference in a new issue