You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2013/02/27 18:59:52 UTC

svn commit: r1450917 [2/2] - in /incubator/s4/site: ./ contrib/ doc/0.6.0/ doc/0.6.0/application_dependencies/ doc/0.6.0/configuration/ doc/0.6.0/dev_tips/ doc/0.6.0/event_dispatch/ doc/0.6.0/fault_tolerance/ doc/0.6.0/metrics/ doc/0.6.0/overview/ doc/...

Added: incubator/s4/site/style/coderay.css
URL: http://svn.apache.org/viewvc/incubator/s4/site/style/coderay.css?rev=1450917&view=auto
==============================================================================
--- incubator/s4/site/style/coderay.css (added)
+++ incubator/s4/site/style/coderay.css Wed Feb 27 18:59:51 2013
@@ -0,0 +1,509 @@
+/* line 1, content/style/coderay.scss */
+.CodeRay {
+  background-color: #f2f2f2;
+  border: 1px solid silver;
+  color: black;
+}
+
+/* line 6, content/style/coderay.scss */
+.CodeRay pre {
+  margin: 0px;
+}
+
+/* line 10, content/style/coderay.scss */
+span.CodeRay {
+  white-space: pre;
+  border: 0px;
+  padding: 2px;
+}
+
+/* line 12, content/style/coderay.scss */
+table.CodeRay {
+  border-collapse: collapse;
+  width: 100%;
+  padding: 2px;
+}
+
+/* line 13, content/style/coderay.scss */
+table.CodeRay td {
+  padding: 2px 4px;
+  vertical-align: top;
+}
+
+/* line 15, content/style/coderay.scss */
+.CodeRay .line-numbers {
+  color: gray;
+  text-align: right;
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  user-select: none;
+}
+
+/* line 22, content/style/coderay.scss */
+.CodeRay .line-numbers a {
+  color: gray !important;
+  text-decoration: none !important;
+  padding-right: 5px;
+}
+
+/* line 30, content/style/coderay.scss */
+.CodeRay .line-numbers a:target
+.CodeRay .line-numbers .highlighted
+.CodeRay .line-numbers .highlighted a
+.CodeRay span.line-numbers {
+  padding: 0px 4px;
+}
+
+/* line 31, content/style/coderay.scss */
+.CodeRay .line {
+  display: block;
+  float: left;
+  width: 100%;
+}
+
+/* line 32, content/style/coderay.scss */
+.CodeRay .code {
+  width: 100%;
+}
+
+/* line 34, content/style/coderay.scss */
+.CodeRay .debug {
+  color: white !important;
+  background: blue !important;
+}
+
+/* line 36, content/style/coderay.scss */
+.CodeRay .annotation {
+  color: #000077;
+}
+
+/* line 37, content/style/coderay.scss */
+.CodeRay .attribute-name {
+  color: #bb4488;
+}
+
+/* line 38, content/style/coderay.scss */
+.CodeRay .attribute-value {
+  color: #770000;
+}
+
+/* line 39, content/style/coderay.scss */
+.CodeRay .binary {
+  color: #550099;
+}
+
+/* line 40, content/style/coderay.scss */
+.CodeRay .char .content {
+  color: #dd2200;
+}
+
+/* line 41, content/style/coderay.scss */
+.CodeRay .char .delimiter {
+  color: #771100;
+}
+
+/* line 42, content/style/coderay.scss */
+.CodeRay .char {
+  color: #dd2200;
+}
+
+/* line 43, content/style/coderay.scss */
+.CodeRay .class {
+  color: #B06;
+  font-weight: bold;
+}
+
+/* line 44, content/style/coderay.scss */
+.CodeRay .class-variable {
+  color: #336699;
+}
+
+/* line 45, content/style/coderay.scss */
+.CodeRay .color {
+  color: #00aa00;
+}
+
+/* line 46, content/style/coderay.scss */
+.CodeRay .comment {
+  color: #777777;
+}
+
+/* line 47, content/style/coderay.scss */
+.CodeRay .comment .char {
+  color: #444444;
+}
+
+/* line 48, content/style/coderay.scss */
+.CodeRay .comment .delimiter {
+  color: #444444;
+}
+
+/* line 49, content/style/coderay.scss */
+.CodeRay .complex {
+  color: #aa0088;
+}
+
+/* line 50, content/style/coderay.scss */
+.CodeRay .constant {
+  color: #036;
+  font-weight: bold;
+}
+
+/* line 51, content/style/coderay.scss */
+.CodeRay .decorator {
+  color: #bb00bb;
+}
+
+/* line 52, content/style/coderay.scss */
+.CodeRay .definition {
+  color: #099;
+  font-weight: bold;
+}
+
+/* line 53, content/style/coderay.scss */
+.CodeRay .delimiter {
+  color: black;
+}
+
+/* line 54, content/style/coderay.scss */
+.CodeRay .directive {
+  color: #088;
+  font-weight: bold;
+}
+
+/* line 55, content/style/coderay.scss */
+.CodeRay .doc {
+  color: #997700;
+}
+
+/* line 56, content/style/coderay.scss */
+.CodeRay .doc-string {
+  color: #D42;
+  font-weight: bold;
+}
+
+/* line 57, content/style/coderay.scss */
+.CodeRay .doctype {
+  color: #3344bb;
+}
+
+/* line 58, content/style/coderay.scss */
+.CodeRay .entity {
+  color: #800;
+  font-weight: bold;
+}
+
+/* line 59, content/style/coderay.scss */
+.CodeRay .error {
+  color: #F00;
+  background-color: #ffaaaa;
+}
+
+/* line 60, content/style/coderay.scss */
+.CodeRay .escape {
+  color: #666666;
+}
+
+/* line 61, content/style/coderay.scss */
+.CodeRay .exception {
+  color: #C00;
+  font-weight: bold;
+}
+
+/* line 62, content/style/coderay.scss */
+.CodeRay .float {
+  color: #6600ee;
+}
+
+/* line 63, content/style/coderay.scss */
+.CodeRay .function {
+  color: #06B;
+  font-weight: bold;
+}
+
+/* line 64, content/style/coderay.scss */
+.CodeRay .global-variable {
+  color: #dd7700;
+}
+
+/* line 65, content/style/coderay.scss */
+.CodeRay .hex {
+  color: #0022bb;
+}
+
+/* line 66, content/style/coderay.scss */
+.CodeRay .imaginary {
+  color: red;
+}
+
+/* line 67, content/style/coderay.scss */
+.CodeRay .include {
+  color: #B44;
+  font-weight: bold;
+}
+
+/* line 68, content/style/coderay.scss */
+.CodeRay .inline {
+  background-color: rgba(0, 0, 0, 0.07);
+  color: black;
+}
+
+/* line 69, content/style/coderay.scss */
+.CodeRay .inline-delimiter {
+  font-weight: bold;
+  color: #666666;
+}
+
+/* line 70, content/style/coderay.scss */
+.CodeRay .instance-variable {
+  color: #3333bb;
+}
+
+/* line 71, content/style/coderay.scss */
+.CodeRay .integer {
+  color: #0000dd;
+}
+
+/* line 72, content/style/coderay.scss */
+.CodeRay .key .char {
+  color: #6600ff;
+}
+
+/* line 73, content/style/coderay.scss */
+.CodeRay .key .delimiter {
+  color: #440044;
+}
+
+/* line 74, content/style/coderay.scss */
+.CodeRay .key {
+  color: #660066;
+}
+
+/* line 75, content/style/coderay.scss */
+.CodeRay .keyword {
+  color: #080;
+  font-weight: bold;
+}
+
+/* line 76, content/style/coderay.scss */
+.CodeRay .label {
+  color: #970;
+  font-weight: bold;
+}
+
+/* line 77, content/style/coderay.scss */
+.CodeRay .local-variable {
+  color: #996633;
+}
+
+/* line 78, content/style/coderay.scss */
+.CodeRay .namespace {
+  color: #707;
+  font-weight: bold;
+}
+
+/* line 79, content/style/coderay.scss */
+.CodeRay .octal {
+  color: #4400ee;
+}
+
+/* line 81, content/style/coderay.scss */
+.CodeRay .predefined {
+  color: #369;
+  font-weight: bold;
+}
+
+/* line 82, content/style/coderay.scss */
+.CodeRay .predefined-constant {
+  color: #006699;
+}
+
+/* line 83, content/style/coderay.scss */
+.CodeRay .predefined-type {
+  color: #0a5;
+  font-weight: bold;
+}
+
+/* line 84, content/style/coderay.scss */
+.CodeRay .preprocessor {
+  color: #557799;
+}
+
+/* line 85, content/style/coderay.scss */
+.CodeRay .pseudo-class {
+  color: #00C;
+  font-weight: bold;
+}
+
+/* line 86, content/style/coderay.scss */
+.CodeRay .regexp .content {
+  color: #880088;
+}
+
+/* line 87, content/style/coderay.scss */
+.CodeRay .regexp .delimiter {
+  color: #440044;
+}
+
+/* line 88, content/style/coderay.scss */
+.CodeRay .regexp .modifier {
+  color: #cc22cc;
+}
+
+/* line 89, content/style/coderay.scss */
+.CodeRay .regexp {
+  background-color: rgba(255, 0, 255, 0.06);
+}
+
+/* line 90, content/style/coderay.scss */
+.CodeRay .reserved {
+  color: #080;
+  font-weight: bold;
+}
+
+/* line 91, content/style/coderay.scss */
+.CodeRay .shell .content {
+  color: #22bb22;
+}
+
+/* line 92, content/style/coderay.scss */
+.CodeRay .shell .delimiter {
+  color: #116611;
+}
+
+/* line 93, content/style/coderay.scss */
+.CodeRay .shell {
+  background-color: rgba(0, 255, 0, 0.06);
+}
+
+/* line 94, content/style/coderay.scss */
+.CodeRay .string .char {
+  color: #bb00bb;
+}
+
+/* line 95, content/style/coderay.scss */
+.CodeRay .string .content {
+  color: #dd2200;
+}
+
+/* line 96, content/style/coderay.scss */
+.CodeRay .string .delimiter {
+  color: #771100;
+}
+
+/* line 97, content/style/coderay.scss */
+.CodeRay .string .modifier {
+  color: #ee4400;
+}
+
+/* line 98, content/style/coderay.scss */
+.CodeRay .string {
+  background-color: rgba(255, 0, 0, 0.05);
+}
+
+/* line 99, content/style/coderay.scss */
+.CodeRay .symbol .content {
+  color: #aa6600;
+}
+
+/* line 100, content/style/coderay.scss */
+.CodeRay .symbol .delimiter {
+  color: #663300;
+}
+
+/* line 101, content/style/coderay.scss */
+.CodeRay .symbol {
+  color: #aa6600;
+}
+
+/* line 102, content/style/coderay.scss */
+.CodeRay .tag {
+  color: #007700;
+}
+
+/* line 103, content/style/coderay.scss */
+.CodeRay .type {
+  color: #339;
+  font-weight: bold;
+}
+
+/* line 104, content/style/coderay.scss */
+.CodeRay .value {
+  color: #088;
+}
+
+/* line 105, content/style/coderay.scss */
+.CodeRay .variable {
+  color: #003377;
+}
+
+/* line 107, content/style/coderay.scss */
+.CodeRay .insert {
+  background: rgba(0, 255, 0, 0.12);
+}
+
+/* line 108, content/style/coderay.scss */
+.CodeRay .delete {
+  background: rgba(255, 0, 0, 0.12);
+}
+
+/* line 109, content/style/coderay.scss */
+.CodeRay .change {
+  color: #bbf;
+  background: #007;
+}
+
+/* line 110, content/style/coderay.scss */
+.CodeRay .head {
+  color: #f8f;
+  background: #550055;
+}
+
+/* line 111, content/style/coderay.scss */
+.CodeRay .head .filename {
+  color: white;
+}
+
+/* line 113, content/style/coderay.scss */
+.CodeRay .delete .eyecatcher {
+  background-color: rgba(255, 0, 0, 0.2);
+  border: 1px solid rgba(230, 0, 0, 0.5);
+  margin: -1px;
+  border-bottom: none;
+  border-top-left-radius: 5px;
+  border-top-right-radius: 5px;
+}
+
+/* line 114, content/style/coderay.scss */
+.CodeRay .insert .eyecatcher {
+  background-color: rgba(0, 255, 0, 0.2);
+  border: 1px solid rgba(0, 128, 0, 0.5);
+  margin: -1px;
+  border-top: none;
+  border-bottom-left-radius: 5px;
+  border-bottom-right-radius: 5px;
+}
+
+/* line 116, content/style/coderay.scss */
+.CodeRay .insert .insert {
+  color: #0c0;
+  background: transparent;
+  font-weight: bold;
+}
+
+/* line 117, content/style/coderay.scss */
+.CodeRay .delete .delete {
+  color: #c00;
+  background: transparent;
+  font-weight: bold;
+}
+
+/* line 118, content/style/coderay.scss */
+.CodeRay .change .change {
+  color: #8888ff;
+}
+
+/* line 119, content/style/coderay.scss */
+.CodeRay .head .head {
+  color: #ff44ff;
+}

Added: incubator/s4/site/style/pygmentize.css
URL: http://svn.apache.org/viewvc/incubator/s4/site/style/pygmentize.css?rev=1450917&view=auto
==============================================================================
--- incubator/s4/site/style/pygmentize.css (added)
+++ incubator/s4/site/style/pygmentize.css Wed Feb 27 18:59:51 2013
@@ -0,0 +1,404 @@
+/* line 1, content/style/pygmentize.scss */
+.highlight {
+  background-color: #ffffcc;
+}
+
+/* line 2, content/style/pygmentize.scss */
+.c {
+  color: #999988;
+  font-style: italic;
+}
+
+/* Comment */
+/* line 3, content/style/pygmentize.scss */
+.err {
+  color: #a61717;
+  background-color: #e3d2d2;
+}
+
+/* Error */
+/* line 4, content/style/pygmentize.scss */
+.k {
+  color: #000000;
+  font-weight: bold;
+}
+
+/* Keyword */
+/* line 5, content/style/pygmentize.scss */
+.o {
+  color: #000000;
+  font-weight: bold;
+}
+
+/* Operator */
+/* line 6, content/style/pygmentize.scss */
+.cm {
+  color: #999988;
+  font-style: italic;
+}
+
+/* Comment.Multiline */
+/* line 7, content/style/pygmentize.scss */
+.cp {
+  color: #999999;
+  font-weight: bold;
+  font-style: italic;
+}
+
+/* Comment.Preproc */
+/* line 8, content/style/pygmentize.scss */
+.c1 {
+  color: #999988;
+  font-style: italic;
+}
+
+/* Comment.Single */
+/* line 9, content/style/pygmentize.scss */
+.cs {
+  color: #999999;
+  font-weight: bold;
+  font-style: italic;
+}
+
+/* Comment.Special */
+/* line 10, content/style/pygmentize.scss */
+.gd {
+  color: #000000;
+  background-color: #ffdddd;
+}
+
+/* Generic.Deleted */
+/* line 11, content/style/pygmentize.scss */
+.ge {
+  color: #000000;
+  font-style: italic;
+}
+
+/* Generic.Emph */
+/* line 12, content/style/pygmentize.scss */
+.gr {
+  color: #aa0000;
+}
+
+/* Generic.Error */
+/* line 13, content/style/pygmentize.scss */
+.gh {
+  color: #999999;
+}
+
+/* Generic.Heading */
+/* line 14, content/style/pygmentize.scss */
+.gi {
+  color: #000000;
+  background-color: #ddffdd;
+}
+
+/* Generic.Inserted */
+/* line 15, content/style/pygmentize.scss */
+.go {
+  color: #888888;
+}
+
+/* Generic.Output */
+/* line 16, content/style/pygmentize.scss */
+.gp {
+  color: #555555;
+}
+
+/* Generic.Prompt */
+/* line 17, content/style/pygmentize.scss */
+.gs {
+  font-weight: bold;
+}
+
+/* Generic.Strong */
+/* line 18, content/style/pygmentize.scss */
+.gu {
+  color: #aaaaaa;
+}
+
+/* Generic.Subheading */
+/* line 19, content/style/pygmentize.scss */
+.gt {
+  color: #aa0000;
+}
+
+/* Generic.Traceback */
+/* line 20, content/style/pygmentize.scss */
+.kc {
+  color: #000000;
+  font-weight: bold;
+}
+
+/* Keyword.Constant */
+/* line 21, content/style/pygmentize.scss */
+.kd {
+  color: #000000;
+  font-weight: bold;
+}
+
+/* Keyword.Declaration */
+/* line 22, content/style/pygmentize.scss */
+.kn {
+  color: #000000;
+  font-weight: bold;
+}
+
+/* Keyword.Namespace */
+/* line 23, content/style/pygmentize.scss */
+.kp {
+  color: #000000;
+  font-weight: bold;
+}
+
+/* Keyword.Pseudo */
+/* line 24, content/style/pygmentize.scss */
+.kr {
+  color: #000000;
+  font-weight: bold;
+}
+
+/* Keyword.Reserved */
+/* line 25, content/style/pygmentize.scss */
+.kt {
+  color: #445588;
+  font-weight: bold;
+}
+
+/* Keyword.Type */
+/* line 26, content/style/pygmentize.scss */
+.m {
+  color: #009999;
+}
+
+/* Literal.Number */
+/* line 27, content/style/pygmentize.scss */
+.s {
+  color: #d01040;
+}
+
+/* Literal.String */
+/* line 28, content/style/pygmentize.scss */
+.na {
+  color: teal;
+}
+
+/* Name.Attribute */
+/* line 29, content/style/pygmentize.scss */
+.nb {
+  color: #0086b3;
+}
+
+/* Name.Builtin */
+/* line 30, content/style/pygmentize.scss */
+.nc {
+  color: #445588;
+  font-weight: bold;
+}
+
+/* Name.Class */
+/* line 31, content/style/pygmentize.scss */
+.no {
+  color: teal;
+}
+
+/* Name.Constant */
+/* line 32, content/style/pygmentize.scss */
+.nd {
+  color: #3c5d5d;
+  font-weight: bold;
+}
+
+/* Name.Decorator */
+/* line 33, content/style/pygmentize.scss */
+.ni {
+  color: purple;
+}
+
+/* Name.Entity */
+/* line 34, content/style/pygmentize.scss */
+.ne {
+  color: #990000;
+  font-weight: bold;
+}
+
+/* Name.Exception */
+/* line 35, content/style/pygmentize.scss */
+.nf {
+  color: #990000;
+  font-weight: bold;
+}
+
+/* Name.Function */
+/* line 36, content/style/pygmentize.scss */
+.nl {
+  color: #990000;
+  font-weight: bold;
+}
+
+/* Name.Label */
+/* line 37, content/style/pygmentize.scss */
+.nn {
+  color: #555555;
+}
+
+/* Name.Namespace */
+/* line 38, content/style/pygmentize.scss */
+.nt {
+  color: navy;
+}
+
+/* Name.Tag */
+/* line 39, content/style/pygmentize.scss */
+.nv {
+  color: teal;
+}
+
+/* Name.Variable */
+/* line 40, content/style/pygmentize.scss */
+.ow {
+  color: #000000;
+  font-weight: bold;
+}
+
+/* Operator.Word */
+/* line 41, content/style/pygmentize.scss */
+.w {
+  color: #bbbbbb;
+}
+
+/* Text.Whitespace */
+/* line 42, content/style/pygmentize.scss */
+.mf {
+  color: #009999;
+}
+
+/* Literal.Number.Float */
+/* line 43, content/style/pygmentize.scss */
+.mh {
+  color: #009999;
+}
+
+/* Literal.Number.Hex */
+/* line 44, content/style/pygmentize.scss */
+.mi {
+  color: #009999;
+}
+
+/* Literal.Number.Integer */
+/* line 45, content/style/pygmentize.scss */
+.mo {
+  color: #009999;
+}
+
+/* Literal.Number.Oct */
+/* line 46, content/style/pygmentize.scss */
+.sb {
+  color: #d01040;
+}
+
+/* Literal.String.Backtick */
+/* line 47, content/style/pygmentize.scss */
+.sc {
+  color: #d01040;
+}
+
+/* Literal.String.Char */
+/* line 48, content/style/pygmentize.scss */
+.sd {
+  color: #d01040;
+}
+
+/* Literal.String.Doc */
+/* line 49, content/style/pygmentize.scss */
+.s2 {
+  color: #d01040;
+}
+
+/* Literal.String.Double */
+/* line 50, content/style/pygmentize.scss */
+.se {
+  color: #d01040;
+}
+
+/* Literal.String.Escape */
+/* line 51, content/style/pygmentize.scss */
+.sh {
+  color: #d01040;
+}
+
+/* Literal.String.Heredoc */
+/* line 52, content/style/pygmentize.scss */
+.si {
+  color: #d01040;
+}
+
+/* Literal.String.Interpol */
+/* line 53, content/style/pygmentize.scss */
+.sx {
+  color: #d01040;
+}
+
+/* Literal.String.Other */
+/* line 54, content/style/pygmentize.scss */
+.sr {
+  color: #009926;
+}
+
+/* Literal.String.Regex */
+/* line 55, content/style/pygmentize.scss */
+.s1 {
+  color: #d01040;
+}
+
+/* Literal.String.Single */
+/* line 56, content/style/pygmentize.scss */
+.ss {
+  color: #990073;
+}
+
+/* Literal.String.Symbol */
+/* line 57, content/style/pygmentize.scss */
+.bp {
+  color: #999999;
+}
+
+/* Name.Builtin.Pseudo */
+/* line 58, content/style/pygmentize.scss */
+.vc {
+  color: teal;
+}
+
+/* Name.Variable.Class */
+/* line 59, content/style/pygmentize.scss */
+.vg {
+  color: teal;
+}
+
+/* Name.Variable.Global */
+/* line 60, content/style/pygmentize.scss */
+.vi {
+  color: teal;
+}
+
+/* Name.Variable.Instance */
+/* line 61, content/style/pygmentize.scss */
+.il {
+  color: #009999;
+}
+
+/* Literal.Number.Integer.Long */
+/* line 64, content/style/pygmentize.scss */
+pre {
+  counter-reset: line-numbering;
+  border: solid 3px #d9d9d9;
+  border-radius: 5px;
+  background: #fff;
+  padding: 5px;
+  line-height: 23px;
+  margin-bottom: 30px;
+  white-space: pre;
+  overflow-x: auto;
+  word-break: inherit;
+  word-wrap: inherit;
+}

Modified: incubator/s4/site/style/style.css
URL: http://svn.apache.org/viewvc/incubator/s4/site/style/style.css?rev=1450917&r1=1450916&r2=1450917&view=diff
==============================================================================
--- incubator/s4/site/style/style.css (original)
+++ incubator/s4/site/style/style.css Wed Feb 27 18:59:51 2013
@@ -12,32 +12,27 @@ body {
   background-color: #efefef;
   color: #333;
 }
-/* line 17, content/style/style.scss */
-body pre {
-  background-color: #dfdfdf;
-  overflow: auto;
-}
 
-/* line 23, content/style/style.scss */
+/* line 20, content/style/style.scss */
 a {
   color: #000;
   text-decoration: none;
   border-bottom: 1px dotted #222222;
 }
 
-/* line 29, content/style/style.scss */
+/* line 26, content/style/style.scss */
 a:hover {
   background: #ccc;
   color: #000;
 }
 
-/* line 30, content/style/style.scss */
+/* line 27, content/style/style.scss */
 a:visited {
   background: #ccc;
   color: #000;
 }
 
-/* line 32, content/style/style.scss */
+/* line 29, content/style/style.scss */
 #wrapper {
   border-top: 1px solid #bbbbbb;
   border-bottom: 1px solid #bbbbbb;
@@ -46,7 +41,7 @@ a:visited {
   padding-top: 3em;
 }
 
-/* line 41, content/style/style.scss */
+/* line 38, content/style/style.scss */
 #header {
   background: #fafafa;
   background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#dfdfdf));
@@ -56,7 +51,7 @@ a:visited {
   height: 110px;
 }
 
-/* line 48, content/style/style.scss */
+/* line 45, content/style/style.scss */
 #footer {
   background: #fafafa;
   background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#fafafa));
@@ -69,31 +64,31 @@ a:visited {
   text-align: center;
 }
 
-/* line 58, content/style/style.scss */
+/* line 55, content/style/style.scss */
 #header .container {
   overflow: visible;
   position: relative;
 }
 
-/* line 63, content/style/style.scss */
+/* line 60, content/style/style.scss */
 #header #logo {
   left: 0;
   position: absolute;
   top: 25px;
 }
 
-/* line 69, content/style/style.scss */
+/* line 66, content/style/style.scss */
 #logo a {
   border: none;
 }
 
-/* line 73, content/style/style.scss */
+/* line 70, content/style/style.scss */
 #logo a:hover {
   text-decoration: none;
   background: none;
 }
 
-/* line 78, content/style/style.scss */
+/* line 75, content/style/style.scss */
 #header img {
   padding: 5px;
 }
@@ -128,26 +123,26 @@ a:visited {
 }
 
 */
-/* line 113, content/style/style.scss */
+/* line 110, content/style/style.scss */
 .large {
   font-size: 1.2em;
   line-height: 1.5;
 }
 
-/* line 118, content/style/style.scss */
+/* line 115, content/style/style.scss */
 .small {
   font-size: 90%;
   color: #555;
   line-height: 1.2;
 }
 
-/* line 124, content/style/style.scss */
+/* line 121, content/style/style.scss */
 span.copyright {
   text-shadow: 1px 1px 0 white;
   color: #999;
 }
 
-/* line 133, content/style/style.scss */
+/* line 130, content/style/style.scss */
 .titleheader {
   font-size: 30px;
   text-shadow: white 0px 1px 0;
@@ -156,7 +151,7 @@ span.copyright {
   margin-bottom: 20px;
 }
 
-/* line 141, content/style/style.scss */
+/* line 138, content/style/style.scss */
 .secheader, h1 {
   font-size: 25px;
   text-shadow: white 0px 1px 0;
@@ -165,7 +160,7 @@ span.copyright {
   margin-top: 20px;
 }
 
-/* line 149, content/style/style.scss */
+/* line 146, content/style/style.scss */
 .subsecheader, h2 {
   font-size: 20px;
   text-shadow: white 0px 1px 0;
@@ -174,12 +169,12 @@ span.copyright {
   margin-top: 20px;
 }
 
-/* line 157, content/style/style.scss */
+/* line 154, content/style/style.scss */
 .subsecheader a {
   color: #7e2217;
 }
 
-/* line 161, content/style/style.scss */
+/* line 158, content/style/style.scss */
 .subssubecheader, h3 {
   font-size: 16px;
   text-shadow: white 0px 1px 0;
@@ -188,26 +183,26 @@ span.copyright {
   margin-top: 20px;
 }
 
-/* line 171, content/style/style.scss */
+/* line 168, content/style/style.scss */
 .horrule {
   margin-top: 30px;
   border-top: 1px solid #dddddd;
   clear: both;
 }
 
-/* line 177, content/style/style.scss */
+/* line 174, content/style/style.scss */
 #os_logo {
   height: 100px;
   padding: 10px;
 }
 
-/* line 182, content/style/style.scss */
+/* line 179, content/style/style.scss */
 .sidetext {
   border-left: 4px solid #dddddd;
   padding-left: 4px;
 }
 
-/* line 187, content/style/style.scss */
+/* line 184, content/style/style.scss */
 #download {
   padding: 20px;
   background: #dfdfdf;
@@ -217,7 +212,7 @@ span.copyright {
   border: 1px dotted #dddddd;
 }
 
-/* line 196, content/style/style.scss */
+/* line 193, content/style/style.scss */
 #latest_head {
   font-size: 14px;
   text-shadow: white 0px 1px 0;
@@ -225,7 +220,7 @@ span.copyright {
   color: #7e2217;
 }
 
-/* line 205, content/style/style.scss */
+/* line 202, content/style/style.scss */
 #latest_link {
   background: #fefefe;
   border: none;
@@ -239,72 +234,72 @@ span.copyright {
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
 }
 
-/* line 218, content/style/style.scss */
+/* line 215, content/style/style.scss */
 #disclaimer {
   color: #555;
   margin-top: 20px;
   font-size: 80%;
 }
 
-/* line 224, content/style/style.scss */
+/* line 221, content/style/style.scss */
 #latest_link a:hover {
   background: none;
 }
 
-/* line 228, content/style/style.scss */
+/* line 225, content/style/style.scss */
 #maintainers {
   margin-top: 20px;
 }
 
-/* line 232, content/style/style.scss */
+/* line 229, content/style/style.scss */
 .greybar {
   border-left: 4px solid #dddddd;
   padding-left: 10px;
 }
 
-/* line 237, content/style/style.scss */
+/* line 234, content/style/style.scss */
 ul.greybar {
   list-style-type: none;
 }
 
-/* line 242, content/style/style.scss */
+/* line 239, content/style/style.scss */
 #twitter_widget a {
   border: none;
 }
-/* line 243, content/style/style.scss */
+/* line 240, content/style/style.scss */
 #twitter_widget a:hover {
   border: none;
   background: inherit;
   text-decoration: none;
 }
-/* line 244, content/style/style.scss */
+/* line 241, content/style/style.scss */
 #twitter_widget a:visited {
   border: none;
   background: inherit;
 }
-/* line 245, content/style/style.scss */
+/* line 242, content/style/style.scss */
 #twitter_widget a:active {
   border: none;
   background: inherit;
 }
 
-/* line 249, content/style/style.scss */
+/* line 246, content/style/style.scss */
 #twitter_follow a {
   border: none;
 }
 
-/* line 252, content/style/style.scss */
+/* line 249, content/style/style.scss */
 .tabular table {
   background: #fff;
   border: 1px solid #dddddd;
 }
 
-/* line 257, content/style/style.scss */
+/* line 254, content/style/style.scss */
 input[type="text"], input[type="password"], input.text, input.title, textarea, select {
   margin: 1em 0;
 }
 
-/* line 261, content/style/style.scss */
+/* line 258, content/style/style.scss */
 input[type="text"], input[type="password"], input.text, input.title, textarea {
   padding: 5px;
   font-size: 14px;
@@ -313,7 +308,7 @@ input[type="text"], input[type="password
   color: #222;
 }
 
-/* line 269, content/style/style.scss */
+/* line 266, content/style/style.scss */
 #notice {
   -moz-border-radius: 3px;
   border-radius: 3px;
@@ -327,7 +322,7 @@ input[type="text"], input[type="password
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
 }
 
-/* line 283, content/style/style.scss */
+/* line 280, content/style/style.scss */
 #notice a {
   color: #7E2217;
 }

Modified: incubator/s4/site/team/index.html
URL: http://svn.apache.org/viewvc/incubator/s4/site/team/index.html?rev=1450917&r1=1450916&r2=1450917&view=diff
==============================================================================
--- incubator/s4/site/team/index.html (original)
+++ incubator/s4/site/team/index.html Wed Feb 27 18:59:51 2013
@@ -20,7 +20,8 @@
           ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
           var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
         })();
-      </script>
+      </script><link href="../style/coderay.css" rel="stylesheet" type="text/css">
+<link href="../style/pygmentize.css" rel="stylesheet" type="text/css">
 </head>
 <body>
     <div id="header">