diff options
Diffstat (limited to '_build')
-rw-r--r-- | _build/data/projects/bullet.toml | 8 | ||||
-rw-r--r-- | _build/themes/ninenines/layouts/partials/head.html | 2 | ||||
-rw-r--r-- | _build/themes/ninenines/static/css/99s.css | 3 |
3 files changed, 1 insertions, 12 deletions
diff --git a/_build/data/projects/bullet.toml b/_build/data/projects/bullet.toml deleted file mode 100644 index 7725c249..00000000 --- a/_build/data/projects/bullet.toml +++ /dev/null @@ -1,8 +0,0 @@ -title = "Bullet" -catchphrase = "The Cowboy's silver bullet." -description = "Bullet is a permanent bidirectional connection between the browser and the server." -name = "bullet" -repository = "https://github.com/ninenines/bullet" -versions = ["1.0"] -branches = ["master"] -has_source = true diff --git a/_build/themes/ninenines/layouts/partials/head.html b/_build/themes/ninenines/layouts/partials/head.html index 55cd6a46..5321c16f 100644 --- a/_build/themes/ninenines/layouts/partials/head.html +++ b/_build/themes/ninenines/layouts/partials/head.html @@ -7,7 +7,7 @@ <title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Site.Title }}: {{ .Title }}{{ end }}</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css?r=2" rel="stylesheet"> + <link href="/css/99s.css?r=3" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/_build/themes/ninenines/static/css/99s.css b/_build/themes/ninenines/static/css/99s.css index 6e6742d0..1e962f89 100644 --- a/_build/themes/ninenines/static/css/99s.css +++ b/_build/themes/ninenines/static/css/99s.css @@ -114,7 +114,6 @@ h2{margin-top:20px} #contents ul{margin-left:0} #contents ul li,#contents ol li{line-height:1.4em;margin-bottom:15px} #contents ul.extra_margin li{margin-bottom:30px} -#contents ul li{background:url(../img/big_bullet.png) no-repeat scroll 0 center transparent;list-style:none outside none;padding-left:30px} #contents .row > div{padding-bottom:35px} #home-carousel{background:url(../img/home/carousel_light_effect.png) no-repeat scroll center bottom transparent;color:#FFF;height:298px;margin-bottom:0;padding-top:1px;text-shadow:.1em .1em .05em #333} #home-carousel h1{font-size:40px;margin-bottom:20px;margin-top:35px} @@ -123,7 +122,6 @@ h2{margin-top:20px} #home-carousel .carousel-inner{height:299px} .cowboy-logo{margin-top:5px} .ranch-logo{margin-left:20px;margin-top:-2px} -.bullet-logo{margin-left:200px} .right-buttons{text-align:right} #contents.home{background:url(../img/home/carousel_bg_blue.png) repeat-x scroll 0 -1px transparent} #company-description{height:76px;margin-bottom:15px;overflow:hidden} @@ -148,7 +146,6 @@ footer .credits p{margin-bottom:5px} #contents{background:url(../img/body_bg.jpg) repeat-x scroll 0 -1px #f9f9f9} #contents .sidecol a:hover{color:#005580} #contents .sidecol a{color:#1e5c70} -#contents .sidecol ul li{background:url(../img/big_bullet.png) no-repeat scroll -7px center transparent;padding-left:15px} #contents .container .sidecol{width:220px;padding-top:20px;font-size:13px} #contents .container .sidecol p{font-size:13px} #contents .sidecol ul li a{display:block;padding-left:10px} |