mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
d10cabebb5
Added new APIs in sgx_uae_service.h and sgx_ukey_exchange.h to support ECDSA quote based remote attestation. The set of legacy APIs supports EPID only and the set of new APIs supports ECDSA quotes. Enhanced Edger8r with structure deep-copy feature. Fixed bugs. Signed-off-by: Li, Xun <xun.li@intel.com>
48 lines
962 B
CSS
48 lines
962 B
CSS
@import url("theme.css");
|
|
|
|
.wy-nav-side {
|
|
width: 400px !important;
|
|
}
|
|
|
|
.wy-side-scroll {
|
|
width: 420px !important;
|
|
}
|
|
|
|
.wy-side-nav-search {
|
|
width: 400px !important;
|
|
background-color: #607d8b;
|
|
}
|
|
|
|
.wy-menu-vertical {
|
|
width: 400px !important;
|
|
}
|
|
|
|
.wy-nav-content-wrap {
|
|
margin-left: 400px !important;
|
|
}
|
|
|
|
.wy-nav-content {
|
|
max-width: 860px !important;
|
|
}
|
|
|
|
.kbd {
|
|
-moz-border-radius:3px;
|
|
-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
|
|
-webkit-border-radius:3px;
|
|
-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
|
|
background-color:#f7f7f7;
|
|
border:1px solid #ccc;
|
|
border-radius:3px;
|
|
box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
|
|
color:#333;
|
|
font-family:Arial,Helvetica,sans-serif;
|
|
font-size:11px;
|
|
line-height:1.4;
|
|
margin:0 .1em;
|
|
padding:.1em .6em;
|
|
text-shadow:0 1px 0 #fff;
|
|
}
|
|
|
|
img.screenshot {
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
|
|
} |