-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
78 additions
and
27 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
publish/imports/WD-html-imports-20160225/respec-complement.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
span.shadow-boundary { | ||
color: Gray; | ||
} | ||
|
||
table { | ||
border: 1px solid #ccc; | ||
} | ||
|
||
table code { | ||
background-color: transparent; | ||
} | ||
|
||
td, th { | ||
padding: 0.5em; | ||
vertical-align: top; | ||
} | ||
|
||
td { | ||
border-bottom: 1px solid #ddd; | ||
} | ||
|
||
tr:last-of-type td { | ||
border-bottom: none; | ||
} | ||
|
||
th { | ||
text-align: left; | ||
background-color: #eee; | ||
} | ||
|
||
div.algorithm { | ||
padding: 0 0 0 20px; | ||
border-left: .5em solid #EAF7F9; | ||
} | ||
|
||
#bug-assist-form { | ||
position: fixed; | ||
width: 10em; | ||
top: 5em; | ||
right: 1em; | ||
font-family: Tahoma,sans-serif; | ||
font-size: 11px; | ||
opacity:0.8; | ||
text-align:right; | ||
} | ||
|
||
var { | ||
font-size: 0.8em; | ||
color: #005A9C; | ||
font-style: normal; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters