Ignore:
Timestamp:
08/08/11 15:12:46 (14 years ago)
Author:
fpvanagthoven
Message:

Application should now just be RDF-saved. Beginning on DashboardTool?.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/css/awesome.css

    r68 r75  
    326326}
    327327
     328.padding1em {
     329        padding: 1em;
     330}
     331
    328332.topMargin {
    329333    margin-top: 2em;
     
    402406}
    403407
     408.borderRadius {
     409        -moz-border-radius: 15px;
     410    border-radius: 15px;
     411}
     412
     413.boxShadow {
     414        -moz-box-shadow: 2px 2px 2px #888;
     415    -webkit-box-shadow: 2px 2px 2px #888;
     416    box-shadow: 2px 2px 2px #888;
     417}
     418
    404419/* ##################################################################
    405420   ===================== STYLESHEET OF GLORY ======================== */
     
    451466    width: 50%;
    452467}
     468
     469/* ##################################################################
     470   ===================== STYLESHEET OF GLORY ======================== */
     471.resultsDiv {
     472        height: 10em;
     473        border: 1px solid white;
     474}
     475
     476.resultDiv {
     477        width: 10em;
     478        height: 10em;
     479        border: 1px solid white;
     480        background-color: #c6c6c6;
     481        float: left;
     482        margin-left: 2em;
     483}
Note: See TracChangeset for help on using the changeset viewer.