summaryrefslogtreecommitdiff
path: root/tools/build/website/index.css
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /tools/build/website/index.css
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'tools/build/website/index.css')
-rw-r--r--tools/build/website/index.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/tools/build/website/index.css b/tools/build/website/index.css
new file mode 100644
index 000000000..662624139
--- /dev/null
+++ b/tools/build/website/index.css
@@ -0,0 +1,61 @@
+
+body {
+ font-size: 16px;
+}
+
+.header {
+ margin-top: 1em;
+}
+
+.header > ul {
+ float: right;
+}
+
+.header > ul > li {
+ display: inline;
+ padding-left: 2em;
+}
+
+th {
+ color: #000;
+ background-color: #D6D6FF;
+ border: 1px solid #C0C0FF;
+ padding: 4px;
+ vertical-align: top;
+}
+td {
+ color: #000;
+ background-color: #F0F0FF;
+ border: 1px solid #C0C0FF;
+ padding: 4px;
+ vertical-align: top;
+}
+
+
+/*
+@media (min-width: 768px) {
+ .container {
+ max-width: 730px;
+ }
+}
+.container-narrow > hr {
+ margin: 30px 0;
+}
+
+.nav li {
+ display: inline;
+ line-height: 30px;
+}
+
+.nav > li > a {
+ display: inline;
+ line-height: 30px;
+}
+
+.header span {
+ display: inline-block;
+ padding: 10px 15px;
+ line-height: 30px;
+ font-size: 24px;
+}
+*/ \ No newline at end of file