Skip to content

Commit a57c215

Browse files
authored
Merge pull request #43 from DebugSteven/fix-style
remove unnecessary css style block
2 parents 716bb1a + 0c26ed3 commit a57c215

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

docs.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
# Rust and WebAssembly Documentation
22

3-
<style>
4-
nav {
5-
display: none;
6-
}
7-
#search-input {
8-
width: calc(100% - 58px);
9-
}
10-
#search-but {
11-
cursor: pointer;
12-
}
13-
#search-but, #search-input {
14-
padding: 4px;
15-
border: 1px solid #ccc;
16-
border-radius: 3px;
17-
outline: none;
18-
font-size: 0.7em;
19-
background-color: #fff;
20-
}
21-
#search-but:hover, #search-input:focus {
22-
border-color: #55a9ff;
23-
}
24-
h2 {
25-
font-size: 18px;
26-
}
27-
</style>
28-
293
Welcome to an overview of the documentation provided by the [Rust
304
and WebAssembly Working Group](https://github.com/rustwasm). All of these
315
projects are managed by the working group; there are other unofficial

0 commit comments

Comments
 (0)