tweak site
This commit is contained in:
parent
79572f71fa
commit
6917f7c672
3 changed files with 7 additions and 5 deletions
|
|
@ -146,11 +146,11 @@ ul.menu {
|
|||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.menu li {
|
||||
/*.menu li {
|
||||
list-style-image: url(../images/menu_disc.png);
|
||||
margin-bottom: 3px;
|
||||
font-weight : 700;
|
||||
}
|
||||
}*/
|
||||
|
||||
.menu li .menu-item a.menuLink, .menu li .menu-item span.menuLink {
|
||||
color: #262626;
|
||||
|
|
|
|||
|
|
@ -165,9 +165,8 @@ UL.menu-list {
|
|||
UL.menu-list LI {
|
||||
color:#2557b4;
|
||||
font-family:Trebuchet MS;
|
||||
font-size:14px;
|
||||
padding:7px 0;
|
||||
border-bottom:1px dotted #d6e2e7;
|
||||
font-size:12px;
|
||||
padding:1px 0;
|
||||
}
|
||||
|
||||
UL.menu-list LI:last-child {
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@
|
|||
<li><a href='http://dev.cmsmadesimple.org/projects/aceeditor'>CMS Made Simple</a></li>
|
||||
<li><a href='http://tryjasmine.com/'>Try Jasmine</a></li>
|
||||
<li><a href="http://codebender.cc/">Codebender</a></li>
|
||||
<li><a href="https://www.sharelatex.com">ShareLaTeX</a></li>
|
||||
</ul>
|
||||
<h4>Syntax Highlighters</h4>
|
||||
<ul class="menu-list">
|
||||
|
|
@ -88,6 +89,8 @@
|
|||
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">Ruby</a></li>
|
||||
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">C++</a></li>
|
||||
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">CoffeeScript</a></li>
|
||||
<li>and much more...</li>
|
||||
<li>see <a href="http://ajaxorg.github.com/ace-builds/kitchen-sink.html">demo</a> for full list</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue