Sha256: 2ffb9f384dbfdf5d7914fa61da5fc047f12615e63750cf84bd8bfa1ba52ae684

Contents?: true

Size: 604 Bytes

Versions: 2

Compression:

Stored size: 604 Bytes

Contents

/* 
    Document   : mainMenu
    Created on : 11.03.2009, 07:00:33
    Author     : davidkamphausen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#mainMenu {
    position:fixed;
    top:0px;
    right:280px;
    border-top-width:0px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-color:#000000;
    border-style:solid;
    background-color:#FFBB00;
    padding:3px;
}
div#mainMenu a
{
    text-decoration:none;
    color:#000000;
}

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
appswarm-0.0.1 apps/wiki/static/mainMenu.css
appswarm-0.0.1 templates/web/appswarm/static/mainMenu.css