diff --git a/index.html b/index.html index a35becd..c98369c 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,32 @@ + -

x86 Instruction Set Reference

-

Disclaimer: This page has been preserved from siyobik.com. If you want -to contribute to this site, have a look at GitHub

+ +
+
+
+
diff --git a/style/style.css b/style/style.css index c804eb3..51622d9 100644 --- a/style/style.css +++ b/style/style.css @@ -151,7 +151,7 @@ div.indent div.main_container { - padding: 2em; + padding-left: 2em; } input @@ -545,3 +545,10 @@ p.math { margin: 1em 0 1em 4em; } + +.goto-box +{ + /* display: inline-block; + float: left; */ + margin: 2em 0em 1em 6em; +}